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 55dfa00 commit 628474fCopy full SHA for 628474f
activesupport/lib/active_support/core_ext/module/aliasing.rb
@@ -65,7 +65,7 @@ def alias_method_chain(target, feature)
65
# e.subject = "Megastars"
66
# e.title # => "Megastars"
67
def alias_attribute(new_name, old_name)
68
- # The following reader methods use an explicit `self` receiver in otder to
+ # The following reader methods use an explicit `self` receiver in order to
69
# support aliases that start with an uppercase letter. Otherwise, they would
70
# be resolved as constants instead.
71
module_eval <<-STR, __FILE__, __LINE__ + 1
0 commit comments