lib/generators/templates/initializer.rb in afterparty-0.1.1 vs lib/generators/templates/initializer.rb in afterparty-0.2.0

- old
+ new

@@ -1,6 +1,6 @@ queue = Rails.configuration.queue = Afterparty::Queue.new queue.config_login do |username, password| # change this to something more secure! - user == "admin" && password == "password" + username == "admin" && password == "password" end \ No newline at end of file