Module: TableCreation
- Defined in:
- lib/dataload/table_loader.rb
Instance Method Summary collapse
Instance Method Details
#migrate! ⇒ Object
75 76 77 |
# File 'lib/dataload/table_loader.rb', line 75 def migrate! migration.migrate(:up) unless ar_cls.table_exists? end |