Sha256: 3bba73f7d857ef533208ccd0f89ccb6cda91907ca080db2b2b1ca62d3611bf52

Contents?: true

Size: 135 Bytes

Versions: 3

Compression:

Stored size: 135 Bytes

Contents

module Popolo
  class PostsController < PopoloController
    inherit_resources
    respond_to :html, :json
    actions :show
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
popolo-0.1.1 app/controllers/popolo/posts_controller.rb
popolo-0.1.0 app/controllers/popolo/posts_controller.rb
popolo-0.0.3 app/controllers/popolo/posts_controller.rb