Method: JSONAPI::Relationship::ToMany#to_s
- Defined in:
- lib/jsonapi/relationship.rb
#to_s ⇒ Object
202 203 204 205 206 |
# File 'lib/jsonapi/relationship.rb', line 202 def to_s # :nocov: useful for debugging "#{parent_resource}.#{name}(ToMany)" # :nocov: end |