Skip to content

Instantly share code, notes, and snippets.

@peterberkenbosch
Created January 13, 2009 20:45
Show Gist options
  • Save peterberkenbosch/46611 to your computer and use it in GitHub Desktop.
Save peterberkenbosch/46611 to your computer and use it in GitHub Desktop.
def help
Helper.instance
end
class Helper
include Singleton
include ActionView::Helpers::NumberHelper
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment