Skip to content

Instantly share code, notes, and snippets.

@jfirebaugh
Created January 23, 2012 20:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfirebaugh/1665395 to your computer and use it in GitHub Desktop.
Save jfirebaugh/1665395 to your computer and use it in GitHub Desktop.
# config/initializers/asset_helpers.rb
Rails.application.assets.context_class.instance_eval do
include ActionView::Helpers::UrlHelper
include Rails.application.routes.url_helpers
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment