Method: Countrizable::ActiveRecord::Migration::Migrator#drop_country_table!
- Defined in:
- lib/countrizable/active_record/migration.rb
#drop_country_table!(options = {}) ⇒ Object
64 65 66 67 68 69 |
# File 'lib/countrizable/active_record/migration.rb', line 64 def drop_country_table!( = {}) move_data_to_model_table if [:migrate_data] drop_country_values_index drop_country_value_table clear_schema_cache! end |