Skip to content

Commit

Permalink
commented out validators for now, since they cannot be overridden later
Browse files Browse the repository at this point in the history
  • Loading branch information
anamba committed Jun 6, 2012
1 parent 20bc28e commit ac9b1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/parse_resource/parse_user.rb
Expand Up @@ -3,8 +3,8 @@
class ParseUser < ParseResource::Base
fields :username, :password

validates_presence_of :username
validates_presence_of :password
# validates_presence_of :username
# validates_presence_of :password
#validates_with ParseUserValidator, :on => :create, :on => :save

def self.authenticate(username, password)
Expand Down

0 comments on commit ac9b1e5

Please sign in to comment.