Module: ApplicationHelper

Defined in:
lib/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#app_wide_helper_methodObject



3
4
5
# File 'lib/application_helper.rb', line 3

def app_wide_helper_method
  "this output is from an app-wide helper method that is declared within the gem"
end