1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/spec/support/samples/application_helper.rb
2011-10-24 11:48:53 -06:00

5 lines
No EOL
72 B
Ruby

module ApplicationHelper
def hello_world
"Hello, World!"
end
end