Initial commit
This commit is contained in:
3
app/helpers/application_helper.rb
Normal file
3
app/helpers/application_helper.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
# Methods added to this helper will be available to all templates in the application.
|
||||
module ApplicationHelper
|
||||
end
|
||||
2
app/helpers/contract_templates_helper.rb
Normal file
2
app/helpers/contract_templates_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module ContractTemplatesHelper
|
||||
end
|
||||
2
app/helpers/contracts_helper.rb
Normal file
2
app/helpers/contracts_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module ContractsHelper
|
||||
end
|
||||
2
app/helpers/signers_helper.rb
Normal file
2
app/helpers/signers_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module SignersHelper
|
||||
end
|
||||
2
app/helpers/templates_helper.rb
Normal file
2
app/helpers/templates_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module TemplatesHelper
|
||||
end
|
||||
Reference in New Issue
Block a user