fdc17bea5 ^
10ba09f54 ^
1 2
3 4 5
# frozen_string_literal: true class ApplicationRecord < ActiveRecord::Base self.abstract_class = true end