Method: Cms::PathHelper#cms_new_url_for
- Defined in:
- app/helpers/cms/path_helper.rb
#cms_new_url_for(resource, options = {}) ⇒ Object
15 16 17 |
# File 'app/helpers/cms/path_helper.rb', line 15 def cms_new_url_for(resource, ={}) send("new_cms_#{resource_collection_name(resource)}_url", ) end |