Class: BooksController

Inherits:
DcApplicationController
  • Object
show all
Defined in:
app/controllers/books_controller.rb

Instance Method Summary collapse

Instance Method Details

#pageObject



3
4
5
6
# File 'app/controllers/books_controller.rb', line 3

def page
  params[:path] = 'books'
  dc_process_default_request
end