aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/application_model.rb
blob: 1a2a5099dd0f4200078d78b38bcef367f52f2404 (plain)
1
2
3
4
5
class ApplicationModel < ::ActiveRecord::Base
  include MetadataSupport

  self.abstract_class = true
end