Method: Cms::PathHelper#cms_index_path_for
- Defined in:
- app/helpers/cms/path_helper.rb
#cms_index_path_for(resource, options = {}) ⇒ Object
3 4 5 |
# File 'app/helpers/cms/path_helper.rb', line 3 def cms_index_path_for(resource, ={}) send("cms_#{resource_collection_name(resource).pluralize}_path", ) end |