about summary refs log tree commit diff
path: root/app/models/application_record.rb
blob: 71fbba5b32873f53ea6e713ea0219acda01a9286 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class ApplicationRecord < ActiveRecord::Base
  self.abstract_class = true
end