helpers.rb 169 B

1234567
  1. # Helper methods defined here can be accessed in any controller or view in the application
  2. HelloWorld::App.helpers do
  3. # def simple_helper_method
  4. # ...
  5. # end
  6. end