Legislation Process page
This commit is contained in:
7
app/controllers/legislation/questions_controller.rb
Normal file
7
app/controllers/legislation/questions_controller.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class Legislation::QuestionsController < Legislation::BaseController
|
||||
load_and_authorize_resource :process
|
||||
load_and_authorize_resource :question, through: :process
|
||||
|
||||
def show
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user