X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d130db9fa84da832a6a0cb0333982725fdc480c7..38b74c1c48521c3de988b774117d6f9febcf1c3f:/db/migrate/20121005195010_add_diary_entry_counter_caches.rb diff --git a/db/migrate/20121005195010_add_diary_entry_counter_caches.rb b/db/migrate/20121005195010_add_diary_entry_counter_caches.rb index b5e445400..ec05f3464 100644 --- a/db/migrate/20121005195010_add_diary_entry_counter_caches.rb +++ b/db/migrate/20121005195010_add_diary_entry_counter_caches.rb @@ -1,8 +1,8 @@ class AddDiaryEntryCounterCaches < ActiveRecord::Migration[4.2] - class DiaryEntry < ActiveRecord::Base + class DiaryEntry < ApplicationRecord end - class User < ActiveRecord::Base + class User < ApplicationRecord end def self.up