Method: Conduit::Core::Action::InstanceMethods#view_path
- Defined in:
- lib/conduit/core/action.rb
#view_path ⇒ Object
Location where the view files can be found Default to lib/conduit/drivers/<drivername>/views Can be overriden per class.
118 119 120 |
# File 'lib/conduit/core/action.rb', line 118 def view_path File.join(File.dirname(action_path), "views") end |