]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/client_application.rb
Create an ApplicationRecord for models to inherit from
[rails.git] / app / models / client_application.rb
index ae95e2908a286793565915fd8f70577387df39c2..67ff075f1adb5bd1d8d6109077cdefd08233c26d 100644 (file)
@@ -30,7 +30,7 @@
 #  client_applications_user_id_fkey  (user_id => users.id)
 #
 
-class ClientApplication < ActiveRecord::Base
+class ClientApplication < ApplicationRecord
   belongs_to :user
   has_many :tokens, :class_name => "OauthToken", :dependent => :delete_all
   has_many :access_tokens