Module: RailsDataMigrations::SharedMethods

Included in:
LogEntry
Defined in:
lib/rails_data_migrations/log_entry.rb

Instance Method Summary collapse

Instance Method Details

#index_nameObject



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

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

#table_nameObject



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

def table_name
  "#{ActiveRecord::Base.table_name_prefix}data_migrations#{ActiveRecord::Base.table_name_suffix}"
end