Base legislation processes and draft versions page structure for public site

This commit is contained in:
Amaia Castro
2016-12-14 15:13:48 +01:00
parent e4315f94c8
commit 766f509f8e
12 changed files with 93 additions and 0 deletions

View File

@@ -1,2 +1,9 @@
class Legislation::ProcessesController < Legislation::BaseController
load_and_authorize_resource
def index
end
def show
end
end