mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix dangling Inflector reference
This commit is contained in:
@@ -9,6 +9,6 @@ class Integer
|
||||
# 1002.ordinalize # => "1002nd"
|
||||
# 1003.ordinalize # => "1003rd"
|
||||
def ordinalize
|
||||
Inflector.ordinalize(self)
|
||||
ActiveSupport::Inflector.ordinalize(self)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user