mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 20:44:08 +00:00
Initial commit
This commit is contained in:
2
app/helpers/accounts_helper.rb
Normal file
2
app/helpers/accounts_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module AccountsHelper
|
||||
end
|
||||
9
app/helpers/application_helper.rb
Normal file
9
app/helpers/application_helper.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
module ApplicationHelper
|
||||
def title(page_title)
|
||||
content_for(:title) { page_title }
|
||||
end
|
||||
|
||||
def header_title(page_title)
|
||||
content_for(:header_title) { page_title }
|
||||
end
|
||||
end
|
||||
2
app/helpers/pages_helper.rb
Normal file
2
app/helpers/pages_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module PagesHelper
|
||||
end
|
||||
Reference in New Issue
Block a user