Add empty pd declaration page
This commit is contained in:
parent
2074e9dce2
commit
62b70f45bc
6 changed files with 49 additions and 1 deletions
12
app/controllers/accounts/pd_declarations_controller.rb
Normal file
12
app/controllers/accounts/pd_declarations_controller.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
module Accounts
|
||||
class PdDeclarationsController < ApplicationController
|
||||
layout "site"
|
||||
|
||||
before_action :authorize_web
|
||||
before_action :set_locale
|
||||
|
||||
authorize_resource :class => :account_pd_declaration
|
||||
|
||||
def show; end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue