Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Created January 25, 2017 10:08
Show Gist options
  • Save taisyo7333/b1a7186cef80f2f831ac6a39b4b1b8f9 to your computer and use it in GitHub Desktop.
Save taisyo7333/b1a7186cef80f2f831ac6a39b4b1b8f9 to your computer and use it in GitHub Desktop.
Ruby Asset
> rails c -s    
[3] pry(main)> Rails.application.config.assets.paths
=> ["/app/app/assets/images",
 "/app/app/assets/javascripts",
 "/app/app/assets/stylesheets",
 "/app/vendor/assets/javascripts",
 "/app/vendor/assets/stylesheets",
 "/usr/local/bundle/gems/jquery-rails-4.2.1/vendor/assets/javascripts",
 "/usr/local/bundle/gems/coffee-rails-4.1.1/lib/assets/javascripts",
 "/usr/local/bundle/gems/turbolinks-source-5.0.0/lib/assets/javascripts"]
 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment