Module: MintsClients

Extended by:
ActiveSupport::Concern
Included in:
Mints::AdminBaseController, Mints::BaseApiController, Mints::BaseController
Defined in:
lib/mints/controllers/concerns/mints_clients.rb

Instance Method Summary collapse

Instance Method Details

#define_mints_clientsObject

Define the clients that will have Override in the controller if you dont wanna all clients

[View source]

13
14
15
# File 'lib/mints/controllers/concerns/mints_clients.rb', line 13

def define_mints_clients
  %w[ contact user pub service_account ]
end