first raw implementation of the form
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
module ApplicationHelper
|
||||
def title(page_title)
|
||||
content_for :title, page_title.to_s
|
||||
page_title
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user