Skip to content

Instantly share code, notes, and snippets.

@jeffomatic
Created October 7, 2012 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffomatic/3849655 to your computer and use it in GitHub Desktop.
Save jeffomatic/3849655 to your computer and use it in GitHub Desktop.
blog: accessing Rails helpers outside views, calling globally-accessible Helpers module
MyProj::Helpers.pluralize(1, 'person')
MyProj::Helpers.simple_format(string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment