We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23af6f3 commit 48036feCopy full SHA for 48036fe
activerecord/lib/active_record/attribute_methods.rb
@@ -473,7 +473,7 @@ def method_missing(name, ...)
473
unless self.class.attribute_methods_generated?
474
if self.class.method_defined?(name)
475
# The method is explicitly defined in the model, but calls a generated
476
- # method with super. So we must resume the call chain at the right setp.
+ # method with super. So we must resume the call chain at the right step.
477
last_method = method(name)
478
last_method = last_method.super_method while last_method.super_method
479
self.class.define_attribute_methods
0 commit comments