summaryrefslogtreecommitdiff
path: root/help/app/models/ticket.rb
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2012-12-12 14:05:41 -0800
committerjessib <jessib@leap.se>2012-12-12 14:05:41 -0800
commit961fe13b784e7f44e55f9cd0a106728c69354a0f (patch)
treecf35c5a6b16a5e5c2497b86ce170204ec9c191ce /help/app/models/ticket.rb
parent5e474bdaf93548f7bcc2d659bbbf11a19757d725 (diff)
parent49d0ffe5f689ecb651b65beb4050b3f38cbb226e (diff)
Merge branch 'feature-new-comments-refactor' into develop
Diffstat (limited to 'help/app/models/ticket.rb')
-rw-r--r--help/app/models/ticket.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/app/models/ticket.rb b/help/app/models/ticket.rb
index cd4fcfb..781216e 100644
--- a/help/app/models/ticket.rb
+++ b/help/app/models/ticket.rb
@@ -216,6 +216,7 @@ class Ticket < CouchRest::Model::Base
end
#not saving with close and reopen, as we will save in update when they are called.
+ #TODO: not sure if we should bother with these:
def close
self.is_open = false
#save