Module: MintsClients
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/mints/controllers/concerns/mints_clients.rb
Instance Method Summary collapse
-
#define_mints_clients ⇒ Object
Define the clients that will have Override in the controller if you dont wanna all clients.
Instance Method Details
permalink #define_mints_clients ⇒ Object
Define the clients that will have Override in the controller if you dont wanna all clients
13 14 15 |
# File 'lib/mints/controllers/concerns/mints_clients.rb', line 13 def define_mints_clients %w[ contact user pub service_account ] end |