Scaffold for AWS (webservice)?

Hi,

Have I missed there being any (extra) scaffold capability in
ActionWebService (AWS)? I know about web_service_scaffold placed within
a Controller class, which generates WS functionality based on the Api.

But might there somewhere be a means to get AWS generation of Api and
Controller code that automatically exposes all an ActiveRecord model
class’s CRUD member operations as WS, in a manner similar to the way the
Controller scaffold generates the local CRUD members themselves?

(I’m aware that AWS now doesn’t like to use ActiveRecord objects in Api
unless some flag is set, re:
http://www.ruby-forum.com/topic/52182#25050 ).