instance method
install_using_externals
Ruby on Rails 2.3.18
Last seen in v3.2.22.5 Private — implementation detail, not part of the public APISignature
install_using_externals(options = {})
No documentation comment.
Parameters
-
optionsopt = {}
Source
# File railties/lib/commands/plugin.rb, line 251
def install_using_externals(options = {})
externals = rails_env.externals
externals.push([@name, uri])
rails_env.externals = externals
install_using_checkout(options)
end
Defined in railties/lib/commands/plugin.rb line 251
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Plugin