prueba

Ruby code posted by Yo
created at 20 Mar 22:02

Edit | Back
1
2
3
4
5
6
7
8
9
  helpers do
    def current_user
      if session[:session]
        @current_user ||= User[:session => session[:session]]
      else
        nil
      end
    end
  end
177 Bytes in 2 ms with coderay