Sha256: 539203a1f00b4920672653558954c4f3f9e4dda6bff8cd4facb70889e0a8f038
Contents?: true
Size: 205 Bytes
Versions: 37
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true module ActionText class Record < ActiveRecord::Base #:nodoc: self.abstract_class = true end end ActiveSupport.run_load_hooks :action_text_record, ActionText::Record
Version data entries
37 entries across 37 versions & 4 rubygems