Class: GrpcAuth::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- GrpcAuth::ApplicationController
- Defined in:
- app/controllers/grpc_auth/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#stub ⇒ Object
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 |