Flowdock
method

installed?

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: Plugin
installed?() 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/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
Register or log in to add new notes.