Module: RailsViewsPath::AddViewsPath
- Included in:
- ActionController::Base
- Defined in:
- lib/rails_views_path/add_views_path.rb
Instance Method Summary collapse
Instance Method Details
#add_views_path(path) ⇒ Object
3 4 5 6 7 |
# File 'lib/rails_views_path/add_views_path.rb', line 3 def add_views_path(path) before_filter do lookup_context.prefixes << path end end |