Ruby on Rails Monday, November 28, 2011

Robert Walker wrote in post #1034116:
> Yep, that is it. This is what "rails generate model user first:name
> last:name" would generate no matter how many fields you add to the
> underlying database table.

Oops. Typed to hastily that should have read "rails generate model user
first_name:string last_name:string".

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment