changed properties and the name of hyperchad to selectricity
[selectricity-live] / vendor / plugins / login_engine / install.rb
1 # Install the engines plugin if it has been already
2 unless File.exist?(File.dirname(__FILE__) + "/../engines")
3   Commands::Plugin.parse!(['install', 'http://svn.rails-engines.org/plugins/engines']) 
4 end

Benjamin Mako Hill || Want to submit a patch?