Method: ActiveRecord::Generators::MaestranoGroupGenerator#migration_data
- Defined in:
- lib/generators/active_record/maestrano_group_generator.rb
#migration_data ⇒ Object
29 30 31 32 33 34 35 36 |
# File 'lib/generators/active_record/maestrano_group_generator.rb', line 29 def migration_data "## User source identification fields\nt.string :provider\nt.string :uid\nt.string :tenant\n" end |