Class: Buttercms::AuthorsController

Inherits:
BaseController
  • Object
show all
Defined in:
lib/generators/templates/app/controllers/buttercms/authors_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



2
3
4
# File 'lib/generators/templates/app/controllers/buttercms/authors_controller.rb', line 2

def show
  @author = ButterCMS::Author.find(params[:slug], :include => :recent_posts)
end