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:
parent
c5807728d5
commit
88f80813cf
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ module ActiveRecord
|
|||
"ActiveSupport::Concern + include, which will ensure that your class methods are " \
|
||||
"inherited."
|
||||
)
|
||||
@base.extend *mods
|
||||
@base.extend(*mods)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue