> Your view could just as easily contain: > > <%= barcode "some_string", :encoding_format => 3 %> > > and it should work the same as > > <%= barcode "some_string", :encoding_format => Gbarcode::BARCODE_ISBN %> > > The value you need to store in your database is the integer/Fixnum. > > -Michael
Hi Michael, That worked! Thank you very much, I doubt I ever would have figured that out in the near future. I'm gonna have to alter my structure to include those values. Everyone, thank you very much, I really appreciate it. I do not want to use the eval option, and I'm glad I now understand why it wasn't working. It was driving me crazy. Thanks again, Jonathan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

