1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix grammar/style: use (v) fall back (on).

[ci skip]
This commit is contained in:
Tim Wade 2015-04-24 08:43:24 -04:00
parent 37349f71ad
commit ed6de3afcc
No known key found for this signature in database
GPG key ID: D4693C0B535435FD

View file

@ -363,7 +363,7 @@ module ActiveModel
end
# Define a method `name` in `mod` that dispatches to `send`
# using the given `extra` args. This fallbacks `define_method`
# using the given `extra` args. This falls back on `define_method`
# and `send` if the given names cannot be compiled.
def define_proxy_call(include_private, mod, name, send, *extra) #:nodoc:
defn = if name =~ NAME_COMPILABLE_REGEXP