Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

chris salvi
7,584 Pointsrails server throwing an error when I try to run it
I am in the correct directory, but I am now seeing an error pertaining to the prescence validations I used when following the video
/Users/salvi/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activemodel-4.1.4/lib/active_model/validations/validates.rb:118:in `rescue in block in validates': Unknown validator: 'PrescenceValidator' (ArgumentError)
1 Answer

Maciej Czuchnowski
36,441 PointsYou probably have a typo - prescence
instead of presence
chris salvi
7,584 Pointschris salvi
7,584 Pointsand now I feel unworthy of living :(
Maciej Czuchnowski
36,441 PointsMaciej Czuchnowski
36,441 PointsHey, it happens more often than you might think :)