Actionview::Pathfinder
Simple gem to expose paths to each partial used in a view template by outputting an HTML comment into views. Suggested only for use in development. Works with common template languages (ERB, HAML).
Installation
Add this line to your application's Gemfile:
group :development do
gem 'actionview-pathfinder'
end
And then execute:
$ bundle