application_record.rb 109 Bytes Raw Blame History Permalink 1 2 3 4 5 # frozen_string_literal: true class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end