Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class MonitController < ApplicationController
  2. session :off
  3.  
  4. def logger
  5. end
  6.  
  7. def index
  8. render :text => "up", :layout => false
  9. end
  10. end
Add Comment
Please, Sign In to add comment