X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/783b5e3729228908d7404ae7404af1023501a906..e39255644410f09d294970b6d67dbc90076b1355:/db/migrate/20120808231205_add_counter_caches.rb diff --git a/db/migrate/20120808231205_add_counter_caches.rb b/db/migrate/20120808231205_add_counter_caches.rb index 330e2cea3..f29bfbb0e 100644 --- a/db/migrate/20120808231205_add_counter_caches.rb +++ b/db/migrate/20120808231205_add_counter_caches.rb @@ -1,8 +1,8 @@ class AddCounterCaches < ActiveRecord::Migration[4.2] - class Changeset < ActiveRecord::Base + class Changeset < ApplicationRecord end - class Trace < ActiveRecord::Base + class Trace < ApplicationRecord self.table_name = "gpx_files" end