Add pd declaration create action
This commit is contained in:
parent
0f51052e86
commit
7d6ac34fbc
4 changed files with 25 additions and 1 deletions
|
@ -8,5 +8,9 @@ module Accounts
|
|||
authorize_resource :class => :account_pd_declaration
|
||||
|
||||
def show; end
|
||||
|
||||
def create
|
||||
redirect_to edit_account_path
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue