Steve Nelson wrote: > Thanks Aldric; > > I think I'm stuck on the mechanics (if you can call it that in a > software app) of prompting for a number to be inserted into a database > column on demand, in an edit view. Maybe you addressed that and I'm > too slow to have caught what you meant. > BTW, I do already have a log_number column in my table. Just can't > come up with a solution for how to populate it.
I'd advise you to drop this idea altogether and just use the primary key. You'll be in for fewer headaches if you have one unambiguous identifier. 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 -~----------~----~----~----~------~----~------~--~---

