Method: ActiveRecord::MigrationProxy#name

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

#nameObject

Returns the value of attribute name

Returns:

  • the current value of name



1180
1181
1182
# File 'activerecord/lib/active_record/migration.rb', line 1180

def name
  @name
end