class RailsDataMigrations::LogEntry
Public Class Methods
index_name()
click to toggle source
# File lib/rails_data_migrations/log_entry.rb, line 8 def index_name "#{table_name_prefix}unique_data_migrations#{table_name_suffix}" end
table_name()
click to toggle source
# 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