This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
draper
Watch
1
Star
0
Fork
You've already forked draper
0
mirror of
https://github.com/drapergem/draper
synced
2023-03-27 23:21:17 -04:00
Code
Releases
Activity
6c10302cd3
draper
/
spec
/
samples
/
application_helper.rb
5 lines
72 B
Ruby
Raw
Normal View
History
Unescape
Escape
Pulling larger example classes out into spec/samples
2011-07-10 21:46:30 -04:00
module
ApplicationHelper
Refactored tests to work through helper accessor and implemented to_model to feed form_for
2011-07-23 09:59:09 -04:00
def
hello_world
Pulling larger example classes out into spec/samples
2011-07-10 21:46:30 -04:00
"
Hello, World!
"
end
end
Copy permalink