about summary refs log blame commit diff stats
path: root/app/models/wittle/application_record.rb
blob: be1dfe50586841cf1553fe45c7c10ec2dc57ac72 (plain) (tree)
1
2
3
4
5



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