When an HTTP request comes into the server (in this case I'm running rails s
which defaults to webrick) the message looks something like:
Started POST "/cards" for 127.0.0.1 at 2011-11-05 15:04:29 -0400
Processing by CardsController#create as JS
I'm wondering how to get the value JS in this case, or HTML. Sorry I can't be more explicit, I'm not sure what that value is called. Anyone have any ideas?
Thanks