Class: RailsDataMigrations::LogEntry

Inherits:
ActiveRecord::SchemaMigration
  • Object
show all
Defined in:
lib/rails_data_migrations/log_entry.rb

Class Method Summary collapse

Class Method Details

.index_nameObject



8
9
10
# File 'lib/rails_data_migrations/log_entry.rb', line 8

def index_name
  "#{table_name_prefix}unique_data_migrations#{table_name_suffix}"
end

.table_nameObject



4
5
6
# File 'lib/rails_data_migrations/log_entry.rb', line 4

def table_name
  ActiveRecord::Base.table_name_prefix + 'data_migrations' + ActiveRecord::Base.table_name_suffix
end