Skip to content

Instantly share code, notes, and snippets.

@Marthyn
Created January 22, 2014 16:51
Show Gist options
  • Save Marthyn/8562369 to your computer and use it in GitHub Desktop.
Save Marthyn/8562369 to your computer and use it in GitHub Desktop.
rake aborted!
Custom asset_path helper is not implemented
Extend your environment context with a custom method.
environment.context_class.class_eval do
def asset_path(path, options = {})
end
end
(in /tmp/build_f2bc2012-1427-4301-843b-6531f4975e76/app/assets/stylesheets/active_admin.css.scss)/tmp/build_f2bc2012-1427-4301-843b-6531f4975e76/vendor/bundle/ruby/2.1.0/gems/sprockets-2.10.1/lib/sprockets/context.rb:241:in `asset_path'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment