# frozen_string_literal: true class Ibrain::ApplicationRecord < ActiveRecord::Base self.abstract_class = true end