popolo-project/popolo-engine

View on GitHub
app/controllers/popolo/posts_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Popolo
  class PostsController < PopoloController
    inherit_resources
    respond_to :html, :json
    actions :show
  end
end