On p, 235 of "Beginning Ruby on Rails" the "Validating against Inclusion in a List" Try It Out example is not working for me. I created the database and table correctly and even deleted and recreated them to be sure. I also properly edited and saved the field.rb file according to the book's instructions as well as the _form.rhtml file. When I start the WEBrick Server and access
http://localhost:3000/manage I am able to click on the link to go to the view to add a new field, but no matter what number I enter whether it is within the 1 to 99 range or not, I receive the error that "data is out of bounds" which I should only receive if I enter a number less than 1 or greater than 99. Any assistance in getting this to work would be great. Thanks.