draper/spec/samples/application_helper.rb

5 lines
72 B
Ruby

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