Sha256: e01d0fd5da661987edf7f6534d0f197246a0e32eca0e441d2dea1bce2dfd24e0

Contents?: true

Size: 163 Bytes

Versions: 12

Compression:

Stored size: 163 Bytes

Contents

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
buttercms-rails-1.2.4 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.2.3 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.2.2 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.2.1 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.2.0 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.1.2 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.1.1 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.1.0 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.0.5 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.0.4 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.0.2 lib/generators/templates/app/controllers/buttercms/authors_controller.rb
buttercms-rails-1.0.1 lib/generators/templates/app/controllers/buttercms/authors_controller.rb