1 2 3 4 5
class ApplicationModel < ::ActiveRecord::Base include MetadataSupport self.abstract_class = true end