class Buttercms::AuthorsController

Public Instance Methods

show() click to toggle source
# File lib/generators/templates/app/controllers/buttercms/authors_controller.rb, line 2
def show
  @author = ButterCMS::Author.find(params[:slug], :include => :recent_posts)
end