Method: Rails::Configuration#view_path
- Defined in:
- lib/initializer.rb
#view_path ⇒ Object
The root of the application’s views. (Defaults to app/views.)
578 579 580 |
# File 'lib/initializer.rb', line 578 def view_path @view_path end |