Class: RailsDataMigrations::LogEntry
- Inherits:
-
ActiveRecord::SchemaMigration
- Object
- ActiveRecord::SchemaMigration
- RailsDataMigrations::LogEntry
- Defined in:
- lib/rails_data_migrations/log_entry.rb
Class Method Summary collapse
Class Method Details
.index_name ⇒ Object
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_name ⇒ Object
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 |