Class: Buttercms::AuthorsController
- Inherits:
-
BaseController
- Object
- BaseController
- Buttercms::AuthorsController
- Defined in:
- lib/generators/templates/app/controllers/buttercms/authors_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
2 3 4 |
# File 'lib/generators/templates/app/controllers/buttercms/authors_controller.rb', line 2 def show = ButterCMS::Author.find(params[:slug], :include => :recent_posts) end |