You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: