This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-02-20 13:53:20 -08:00
|
|
|
# Load the Rails application.
|
2016-08-17 08:56:23 -07:00
|
|
|
require_relative 'application'
|
2016-02-20 13:53:20 -08:00
|
|
|
|
|
|
|
# Initialize the Rails application.
|
|
|
|
Rails.application.initialize!
|
2017-09-01 07:20:16 -07:00
|
|
|
|
|
|
|
ActiveRecord::SchemaDumper.ignore_tables = ['deprecated_preview_cards']
|