Method: Infold::AppViewModalDecorator#index_path
- Defined in:
- app/decorators/infold/app_view_modal_decorator.rb
#index_path(ns_snake) ⇒ Object
9 10 11 |
# File 'app/decorators/infold/app_view_modal_decorator.rb', line 9 def index_path(ns_snake) "#{ns_snake}_#{model.name_pluralize}_path" end |