method

install_using_clone

rails latest stable - Class: Plugin

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.1.0) is shown here.

install_using_clone(options = {})
private

No documentation available.

# File railties/lib/commands/plugin.rb, line 258
    def install_using_clone(options = {})
      git_command :clone, options
    end