2012-06-01 49 views

回答

1

後的ActiveResource調用語法是:

post(your_custom_method_name, options={}, body='') 

這裏選項是查詢參數

例:

Customer.post(:bulk_import, {}, { new_customers: new_customers}.to_json)