Files
grecia/app/controllers/legislation/processes_controller.rb

10 lines
140 B
Ruby

class Legislation::ProcessesController < Legislation::BaseController
load_and_authorize_resource
def index
end
def show
end
end