diff options
author | jessib <jessib@riseup.net> | 2012-10-12 14:42:57 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-12 14:42:57 -0700 |
commit | 56273c13f54a872d02db286c90a8d5103cf7a663 (patch) | |
tree | 2a093d43f09a3179d571f6f7d887a1176e5c27f7 /help/app/models/ticket.rb | |
parent | 336d5f786bbd1aaf1847007db64e55f96e585b9d (diff) |
more work on ticket creation/updating functionality
Diffstat (limited to 'help/app/models/ticket.rb')
-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 e829a5f..537a7c6 100644 --- a/help/app/models/ticket.rb +++ b/help/app/models/ticket.rb @@ -37,7 +37,7 @@ class Ticket < CouchRest::Model::Base end validates :title, :presence => true - validates :comments, :presence => true #do we want it like this? + #validates :comments, :presence => true #do we want it like this? # html5 has built-in validation which isn't ideal, as it says 'please enter an email address' for invalid email addresses, which implies an email address is required, and it is not. |