module RailtieExample::Helper

Public Instance Methods

hello() click to toggle source
# File lib/railtie_example/helper.rb, line 3
def hello
  "Hello world"
end