search for: useradminapi

Displaying 1 result from an estimated 1 matches for "useradminapi".

2006 Jan 06
6
AWS and array of Model
...expected an instance of Array. The error occured while evaluating nil.collect It''s work on another machine. (Here is windows) I tried to create another ampty project with Only this model, and only one controller. In controller used this code (the model is the default generated): class UserAdminAPI < ActionWebService::API::Base api_method :listUsers,:returns=>[[User]] end class UserAdminService < ActionWebService::Base web_service_api UserAdminAPI def listUsers User.find(:all) end end class AdminController < ApplicationController wsdl_service_...