ClevelandOnRails / rubyonrailsbook

Learn Ruby on Rails. Use coupon code GITHUB2013 on LeanPub for a discount!
https://leanpub.com/Ruby-on-Rails-The-little-Gem-that-Could
Other
9 stars 2 forks source link

Capitalization #36

Closed SnowyPelican closed 11 years ago

SnowyPelican commented 11 years ago

find out what json is. look around in app/views/articles/show.html.erb, and try to figure out what it does. We will discuss it in the next chapter. in app/views/articles/_form.html.erb, on line 4 we have the error message we saw earlier. what does @articles.errors.count do?