Module: Her::Model::Paths
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#request_path ⇒ Object
Return a path based on the collection path and a resource data.
Instance Method Details
#request_path ⇒ Object
Return a path based on the collection path and a resource data
14 15 16 |
# File 'lib/her/model/paths.rb', line 14 def request_path self.class.build_request_path(@data.dup) end |