X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a7092491b069de43bb8d8c30d3526e7095c5cc98..67be6616b0e69fcc275c44b9e8351ddab6e3ce4e:/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