What I did: def self.generate_invoice_id record = Object.new while record random = rand(999999999) record = find(:first, :conditions => ["invoice_id = ?", random]) end return random end
Put that in the model and I get a random invoice number when I need it.. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---