Method: Cms::PathHelper#cms_new_path_for
- Defined in:
- app/helpers/cms/path_helper.rb
#cms_new_path_for(resource, options = {}) ⇒ Object
11 12 13 |
# File 'app/helpers/cms/path_helper.rb', line 11 def cms_new_path_for(resource, ={}) send("new_cms_#{resource_collection_name(resource)}_path", ) end |