This website requires JavaScript.
Explore
Help
Sign In
gurix
/
ch420
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1d8eb08db4ecf277546b446614f92957e464eb2b
ch420
/
app
/
helpers
/
application_helper.rb
T
7 lines
114 B
Ruby
Raw
Normal View
History
Unescape
Escape
initial commit
2015-10-02 21:05:03 +02:00
module
ApplicationHelper
first raw implementation of the form
2015-10-05 12:40:08 +02:00
def
title
(
page_title
)
content_for
:title
,
page_title
.
to_s
page_title
end
initial commit
2015-10-02 21:05:03 +02:00
end
Reference in New Issue
Copy Permalink