Module: RactorRailsShim::ActiveModelAttributeRegistrationPatch
- 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
46 47 48 |
# File 'lib/ractor_rails_shim/patches/active_model_attribute.rb', line 46 def self.prepended(base) base.prepend(InstanceMethods) end |