summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-02-26 11:04:37 -0800
committerjessib <jessib@leap.se>2013-02-26 11:04:37 -0800
commit0f950dcd0dfb65d484346606943d08b9529d61bd (patch)
treeefcdc26eef97a690b1fb5f1768edbf5d20205bd1 /help
parent994f8d23a5a961b8656136eae2aec56204293c52 (diff)
Not using secure random, at least now, as using the couchrest ID as the code for unauthenticated ticket access.
Diffstat (limited to 'help')
-rw-r--r--help/app/models/ticket.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/app/models/ticket.rb b/help/app/models/ticket.rb
index ed1ff9d..a456fe5 100644
--- a/help/app/models/ticket.rb
+++ b/help/app/models/ticket.rb
@@ -2,7 +2,7 @@ class Ticket < CouchRest::Model::Base
#include ActiveModel::Validations
use_database "tickets"
- require 'securerandom'
+ #require 'securerandom'
=begin
title
created_at