mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Add custom new forms
This commit is contained in:
parent
6a35667bb5
commit
ecb3f2726f
10 changed files with 10 additions and 0 deletions
|
@ -6,4 +6,8 @@ module ApplicationHelper
|
|||
def header_title(page_title)
|
||||
content_for(:header_title) { page_title }
|
||||
end
|
||||
|
||||
def permitted_accountable_partial(name)
|
||||
name.underscore
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue