Module: Croods::Resource::Paths

Defined in:
lib/croods/resource/paths.rb

Instance Method Summary collapse

Instance Method Details

#collection_pathObject



6
7
8
# File 'lib/croods/resource/paths.rb', line 6

def collection_path
  "/#{route_name}"
end

#member_pathObject



10
11
12
13
# File 'lib/croods/resource/paths.rb', line 10

def member_path
  "/#{route_name}/{(%23%2Fdefinitions" \
    "%2F#{resource_name}%2Fdefinitions%2Fid)}"
end