Since we're all about making API docs easy, and since we have all the information we need, let's add a rake task or something similar that can automatically generate a boilerplate API doc for the given despecable controller actions.
First pass we can look through the code. But it'd be hella cool if we could define a new reader class that had different definitions of the integer, string, etc methods. We would need to load these ActionController subclasses carefully.
Since we're all about making API docs easy, and since we have all the information we need, let's add a rake task or something similar that can automatically generate a boilerplate API doc for the given despecable controller actions.
First pass we can look through the code. But it'd be hella cool if we could define a new reader class that had different definitions of the
integer,string, etc methods. We would need to load these ActionController subclasses carefully.