method
installed?
v2.1.0 -
Show latest stable
- Class:
Plugin
installed?()public
No documentation available.
# File railties/lib/commands/plugin.rb, line 169
def installed?
File.directory?("#{rails_env.root}/vendor/plugins/#{name}") \
or rails_env.externals.detect{ |name, repo| self.uri == repo }
end