Skip to content

Commit

Permalink
Typo from hell.
Browse files Browse the repository at this point in the history
  • Loading branch information
5vankmajer committed Sep 2, 2013
1 parent 48b6626 commit 98b0081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/dude.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Dude < ActiveRecord::Base
has_secure_password
validates_presence_of _:password, on: 'create'
validates_presence_of :password, :on => :create
end

0 comments on commit 98b0081

Please sign in to comment.