Files
nairobi/app/controllers/legislation/questions_controller.rb
2016-12-22 11:23:49 +01:00

8 lines
189 B
Ruby

class Legislation::QuestionsController < Legislation::BaseController
load_and_authorize_resource :process
load_and_authorize_resource :question, through: :process
def show
end
end