method

installed?

rails latest stable - Class: Plugin

Method deprecated or moved

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

installed?()
public

No documentation available.

# File railties/lib/rails/commands/plugin.rb, line 139
  def installed?
    File.directory?("#{rails_env.root}/vendor/plugins/#{name}")        or rails_env.externals.detect{ |name, repo| self.uri == repo }
  end