Module: ROM::Types::Methods

Defined in:
lib/rom/types.rb

Instance Method Summary collapse

Instance Method Details

#ForeignKey(relation, type = Types::Int) ⇒ Object



21
22
23
# File 'lib/rom/types.rb', line 21

def ForeignKey(relation, type = Types::Int)
  type.meta(foreign_key: true, target: relation)
end