Flowdock
method

install_using_externals

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: Plugin
install_using_externals(options = {}) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/commands/plugin.rb, line 213
    def install_using_externals(options = {})
      externals = rails_env.externals
      externals.push([@name, uri])
      rails_env.externals = externals
      install_using_checkout(options)
    end
Register or log in to add new notes.