method
installed?
rails latest stable - Class:
Plugin
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