diff options
author | jessib <jessib@leap.se> | 2013-02-26 11:04:37 -0800 |
---|---|---|
committer | jessib <jessib@leap.se> | 2013-02-26 11:04:37 -0800 |
commit | 0f950dcd0dfb65d484346606943d08b9529d61bd (patch) | |
tree | efcdc26eef97a690b1fb5f1768edbf5d20205bd1 /help/app | |
parent | 994f8d23a5a961b8656136eae2aec56204293c52 (diff) |
Not using secure random, at least now, as using the couchrest ID as the code for unauthenticated ticket access.
Diffstat (limited to 'help/app')
-rw-r--r-- | help/app/models/ticket.rb | 2 |
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 |