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