Calling controllers and actions from the Rails console

Ruby posted 11 months ago by christian

   1  script/console
   2  app.get '/posts/1'
   3  app.response

Tagged script/console, ruby, controller, action