Module: EasyCreds::Actions::Local::Edit

Defined in:
lib/easy_creds/actions/local/edit.rb

Class Method Summary collapse

Class Method Details

.call(ctx) ⇒ Object



7
8
9
# File 'lib/easy_creds/actions/local/edit.rb', line 7

def self.call(ctx)
  Actions::Edit.call(ctx, local: true)
end