Module: ActiveID::ConnectionPatches::ColumnMethods
- Defined in:
- lib/active_id/connection_patches.rb
Instance Method Summary collapse
Instance Method Details
#uuid(*args, **options) ⇒ Object
7 8 9 |
# File 'lib/active_id/connection_patches.rb', line 7 def uuid(*args, **) args.each { |name| column(name, :uuid, ) } end |