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