I am attempting to use script/generate resource. According to this
post: http://www.softiesonrails.com/2008/1/29/rails-rest-101-meets-rails-2-0
it should create all of my methods in my controller automatically. For
some reason, it creates the controller, but doesn't create any of the
methods.
Am i missing something? Is there somewhere that tells me exactly what
these scripts do?