Top Level Namespace
Defined Under Namespace
Modules: RailsProperties Classes: RailsPropertiesMigration
Constant Summary collapse
- MIGRATION_BASE_CLASS =
if ActiveRecord::VERSION::MAJOR >= 5 ActiveRecord::Migration[5.0] else ActiveRecord::Migration end