Recent Posts by Tim Wolak
|
Mar 19, 2008
Tim Wolak
1 post
|
Topic: Agile Web Development with Rails / undefined method `title' I am working on the depot store and on page 85 after you enter in the code for checking the title uniqueness my code fails with udefined method ‘title’. Has anyone seen this before? Tim class Product < ActiveRecord::Base
validates_presence_of :title, :description, :image_url
validates_numericality_of :price
validates_uniqueness_of :title
validates_format_of :image_url,
:with => %r{\.(gif|jpg|png)$}i,
:message => “must be a URL for a GIF, JPG or PNG image” |
1 post
