Method: OldApiResource::Base.new_element_path
- Defined in:
- lib/old_api_resource/base.rb
.new_element_path(prefix_options = {}) ⇒ Object
175 176 177 |
# File 'lib/old_api_resource/base.rb', line 175 def new_element_path( = {}) "#{prefix()}#{collection_name}/new.#{format.extension}" end |