Hi,

I've got an "expenses" table which I modified as follows:
added column "account_number"
renamed column "type" to "transaction_type"

Can I add  CRUD for the columns with:
first: ruby script/generate model expense
then: ruby script/controller  expense

Will all the existing CRUD for other columns be left intact by
announcing "duplicate" and allowing me to "ignore all duplicates"?

I'm running: Rails 2.3.5, Ruby 1.8.6, WinXP-Pro/SP3, Firefox 3.6.2,
Firebug 1.5.3,
MySQL 5.0.37-community-nt, Mongrel, Apache HTTP Server 2.2.15

Thanks in Advance,
Richard

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to