main
1class ApplicationRecord < ActiveRecord::Base
2  self.abstract_class = true
3end