Changeset 1583
- Timestamp:
- 03/24/08 03:58:33 (8 months ago)
- Files:
-
- agitator/app/controllers/access_controller.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
agitator/app/controllers/access_controller.rb
r1576 r1583 32 32 if params["email_1"] == params["email_2"] 33 33 @message = "You've been added to the waiting list!" 34 wannabes = File.new( RAILS_ROOT + "/beta_wannabes.txt" , "a" ) 35 wannabes.puts params["email_1"] + ", " + Time.now.to_s 36 wannabes.close() 34 37 else 35 38 @message = "Shucks, your email address wasn't recognizable. Please try again."