adds legislations
This commit is contained in:
8
app/controllers/legislations_controller.rb
Normal file
8
app/controllers/legislations_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class LegislationsController < ApplicationController
|
||||
load_and_authorize_resource
|
||||
|
||||
def show
|
||||
@legislation = Legislation.find(params[:id])
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user