Module: Drafting

Defined in:
lib/drafting/version.rb,
lib/drafting/class_methods.rb,
lib/drafting/instance_methods.rb,
lib/drafting/base_class_methods.rb,
lib/generators/drafting/migration/migration_generator.rb

Defined Under Namespace

Modules: BaseClassMethods, ClassMethods, InstanceMethods Classes: MigrationGenerator

Constant Summary collapse

VERSION =
"0.5.1"
MIGRATION_BASE_CLASS =
if ActiveRecord::VERSION::MAJOR >= 5
  ActiveRecord::Migration[5.0]
else
  ActiveRecord::Migration
end