master
# frozen_string_literal: true # Common configuration for modelsclass ApplicationRecord < ActiveRecord::Base self.abstract_class = trueend