Commit 813fe679668be53e17b11b9c9dae46b16d654bb3

Authored by Leandro Santos
1 parent befb3444

removing eager_load configuration

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/initializers/eager_load.rb
1   -Rails.application.eager_load! if ActiveRecord::Base.connection.table_exists? 'categories'
  1 +#Rails.application.eager_load! if ActiveRecord::Base.connection.table_exists? 'categories'
... ...