Skip to content

Commit 48036fe

Browse files
committed
Fix typo
1 parent 23af6f3 commit 48036fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/attribute_methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def method_missing(name, ...)
473473
unless self.class.attribute_methods_generated?
474474
if self.class.method_defined?(name)
475475
# 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.
476+
# method with super. So we must resume the call chain at the right step.
477477
last_method = method(name)
478478
last_method = last_method.super_method while last_method.super_method
479479
self.class.define_attribute_methods

0 commit comments

Comments
 (0)