[email protected] wrote: > I am generating a URL for use with GoogleCheckout. I have a method in > a model that uses the visitors shopping cart to construct an xml > request to GoogleCheckout, in that request i need to include a > callback url that GoogleCheckout can use to contact my webapp.
I am in the same situation, needing to access the named routes from within a class method and am having no luck coming up with a logic solution. It seems that every post out there asking the same thing gets met with "if it's so difficult, you probably shouldn't be doing it." I usually agree with this, but generating a callback for any 3rd party api calls that get made at a class level seems like a pretty acceptable requirement. Did you ever come to a solution that worked for you ad...@fotocera? -- 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.

