Module: ROM::Types::Methods
- Defined in:
- lib/rom/types.rb
Instance Method Summary collapse
Instance Method Details
#ForeignKey(relation, type = Types::Int) ⇒ Object
13 14 15 |
# File 'lib/rom/types.rb', line 13 def ForeignKey(relation, type = Types::Int) type.(foreign_key: true, relation: relation) end |