Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
class ApplicationRecord < ActiveRecord::Base
self.abstract_class = true
include ArelHelpers::ArelTable
include ArelHelpers::JoinAssociation
end