Class: Rails::Command::EnvCredentialsCommand
- Inherits:
-
CredentialsCommand
- Object
- CredentialsCommand
- Rails::Command::EnvCredentialsCommand
- Includes:
- EnvironmentArgument
- Defined in:
- lib/rails/commands/env_credentials_command.rb
Instance Method Summary collapse
Instance Method Details
#edit ⇒ Object
24 25 26 27 |
# File 'lib/rails/commands/env_credentials_command.rb', line 24 def edit set_credentials_env_from_argument! super end |
#show ⇒ Object
29 30 31 32 |
# File 'lib/rails/commands/env_credentials_command.rb', line 29 def show set_credentials_env_from_argument! super end |