badRuby

Ruby code posted
created at 02 Apr 23:46

Edit | Back
1
2
3
4
5
6
7
def is_admin?
  if session[:admin] = 1
    return true
  else
   return false
  end
end
95 Bytes in 2 ms with coderay