Module: GrpcAuth::ApplicationHelper

Defined in:
app/helpers/grpc_auth/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#is_login?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'app/helpers/grpc_auth/application_helper.rb', line 3

def is_login?
	!!session[:login] 
end