Class: BooksController
- Inherits:
-
DcApplicationController
- Object
- DcApplicationController
- BooksController
- Defined in:
- app/controllers/books_controller.rb
Instance Method Summary collapse
Instance Method Details
#page ⇒ Object
3 4 5 6 |
# File 'app/controllers/books_controller.rb', line 3 def page params[:path] = 'books' dc_process_default_request end |