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

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