Method: JSONAPI::Relationship::ToOne#to_s
- Defined in:
- lib/jsonapi/relationship.rb
#to_s ⇒ Object
152 153 154 155 156 |
# File 'lib/jsonapi/relationship.rb', line 152 def to_s # :nocov: useful for debugging "#{parent_resource}.#{name}(#{belongs_to? ? 'BelongsToOne' : 'ToOne'})" # :nocov: end |