Class: FinApps::REST::OperatorChangePasswordEmail

Inherits:
FinAppsCore::REST::Resources
  • Object
show all
Defined in:
lib/finapps/rest/operator_change_password_email.rb

Instance Method Summary collapse

Instance Method Details

#create(params) ⇒ Object



6
7
8
9
# File 'lib/finapps/rest/operator_change_password_email.rb', line 6

def create(params)
  not_blank(params, :params)
  super params, 'login/change_password_email'
end