Flowdock
method

best_install_method

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: RailsEnvironment
best_install_method() public

No documentation

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

Hide source
# File railties/lib/commands/plugin.rb, line 115
  def best_install_method
    return :http unless use_svn?
    case
      when use_externals? then :externals
      when use_checkout? then :checkout
      else :export
    end
  end
Register or log in to add new notes.