paulkamara-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Mar-02 11:28 UTC
how do you change the currency to pounds or euros
hi guys great forum for ruby on rails can anyone tell me how to change the currency to anything other than $? --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
http://api.rubyonrails.org/classes/ActionView/Helpers/NumberHelper.html#M000520 Note the :unit key in the options hash. So: number_to_currency(42.50, :unit => ''!'') => !42.50 ~ j. On 3/2/07, paulkamara-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <paulkamara-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > hi guys great forum for ruby on rails > can anyone tell me how to change the currency to anything other than > $? > > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---