RichardOnRails wrote: > 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
Does this table not already have an associated Rails model? > > Will all the existing CRUD for other columns be left intact by > announcing "duplicate" and allowing me to "ignore all duplicates"? What do you mean? > > 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 > Nothing except versions of Rails and possibly Ruby is relevant here. > Thanks in Advance, > Richard Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

