How do I go about getting hobo's web-methods to work? I have a products controller and I need a web method to create a bunch of product variations. I tried adding this to products_controller.rb...
web_method :create_variations do render :text => "Working" end but if I try to go products/create-variations I get sent to the show action for products with create-variations being sent as the id to look for and that obviously is not what I need. I am probably just thinking about this all wrong. If someone could point me in the right direction it would be much appreciated. Cheers, Craig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
