Class: GrpcAuth::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/grpc_auth/application_controller.rb

Direct Known Subclasses

AuthController

Instance Method Summary collapse

Instance Method Details

#stubObject



8
9
10
# File 'app/controllers/grpc_auth/application_controller.rb', line 8

def stub
  Grpcd::Grpcd::Stub.new(ENV['GRPCD_ADDRESS'], :this_channel_is_insecure)
end