diff options
| author | jessib <jessib@leap.se> | 2012-12-12 13:15:07 -0800 |
|---|---|---|
| committer | jessib <jessib@leap.se> | 2012-12-12 13:15:07 -0800 |
| commit | 49d0ffe5f689ecb651b65beb4050b3f38cbb226e (patch) | |
| tree | 3e574319e2d1ba44f121fad6dd059184cdaf2222 /help/app/models | |
| parent | 524bb47fa5782ca1e0aaf16a4a0836defadfbe48 (diff) | |
Refactoring of ticket displaying/editing.
Diffstat (limited to 'help/app/models')
| -rw-r--r-- | help/app/models/ticket.rb | 1 |
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 |
