app/models/action_text/record.rb
# frozen_string_literal: true # :markup: markdown module ActionText class Record < ActiveRecord::Base # :nodoc: self.abstract_class = true end end ActiveSupport.run_load_hooks :action_text_record, ActionText::Record
# frozen_string_literal: true # :markup: markdown module ActionText class Record < ActiveRecord::Base # :nodoc: self.abstract_class = true end end ActiveSupport.run_load_hooks :action_text_record, ActionText::Record