Class: Rails::Command::EnvCredentialsCommand

Inherits:
CredentialsCommand
  • Object
show all
Includes:
EnvironmentArgument
Defined in:
lib/rails/commands/env_credentials_command.rb

Instance Method Summary collapse

Instance Method Details

#editObject



24
25
26
27
# File 'lib/rails/commands/env_credentials_command.rb', line 24

def edit
  set_credentials_env_from_argument!
  super
end

#showObject



29
30
31
32
# File 'lib/rails/commands/env_credentials_command.rb', line 29

def show
  set_credentials_env_from_argument!
  super
end