Add pd declaration create action

This commit is contained in:
Anton Khorev 2025-01-17 18:27:47 +03:00
parent 0f51052e86
commit 7d6ac34fbc
4 changed files with 25 additions and 1 deletions

View file

@ -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