Module: RactorRailsShim::ActiveRecordAttributesPatch
- Defined in:
- lib/ractor_rails_shim/patches/active_model_attribute.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.prepended(base) ⇒ Object
88 89 90 |
# File 'lib/ractor_rails_shim/patches/active_model_attribute.rb', line 88 def self.prepended(base) base.prepend(InstanceMethods) end |