Method: Vericred::Relationships::HasMany#foreign_key
- Defined in:
- lib/vericred/api_resource/relationships/has_many.rb
#foreign_key ⇒ Object
4 5 6 |
# File 'lib/vericred/api_resource/relationships/has_many.rb', line 4 def foreign_key "#{root_name.singularize}_ids" end |