Method: JSONAPI::Path#relationship_path_string
- Defined in:
- lib/jsonapi/path.rb
#relationship_path_string ⇒ Object
31 32 33 |
# File 'lib/jsonapi/path.rb', line 31 def relationship_path_string relationship_segments.collect(&:to_s).join('.') end |