Method: Cms::PathHelper#cms_index_url_for
- Defined in:
- app/helpers/cms/path_helper.rb
#cms_index_url_for(resource, options = {}) ⇒ Object
7 8 9 |
# File 'app/helpers/cms/path_helper.rb', line 7 def cms_index_url_for(resource, ={}) send("cms_#{resource_collection_name(resource).pluralize}_url", ) end |