All of the changes were to files that specifically mentioned the model's 
attributes (aka the table's columns), and all the changes consisted of 
adding a mention of the new column.  For example, the auto-edit of 
*show.json.jbuilder* when I added the *size *attribute changed

json.extract! @toy, :id, :name, :color, :price, :created_at, :updated_at

to

json.extract! @toy, :id, :name, :color, :price, :size, :created_at, :
updated_at


-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/2d130683-c2c9-4688-92cd-cf72a02e42af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to