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

Remove warning: `*' interpreted as argument prefix

This commit is contained in:
Arun Agrawal 2012-08-05 18:11:36 +05:30
parent c5807728d5
commit 88f80813cf

View file

@ -141,7 +141,7 @@ module ActiveRecord
"ActiveSupport::Concern + include, which will ensure that your class methods are " \ "ActiveSupport::Concern + include, which will ensure that your class methods are " \
"inherited." "inherited."
) )
@base.extend *mods @base.extend(*mods)
end end
end end
end end