Method: ActiveRecord::MigrationProxy#name

Defined in:
activerecord/lib/active_record/migration.rb

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



1177
1178
1179
# File 'activerecord/lib/active_record/migration.rb', line 1177

def name
  @name
end