Module: Useful::ActiveRecordHelpers::MysqlMigrationHelpers

Included in:
ActiveRecord::Migration
Defined in:
lib/useful/active_record_helpers/mysql_migration_helpers.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



74
75
76
77
# File 'lib/useful/active_record_helpers/mysql_migration_helpers.rb', line 74

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end