Skip to Content Skip to Search
Methods
U

Instance Public methods

update()

# File app/controllers/v2/technical/members/payment_methods_controller.rb, line 2
def update
  current_member.attach_payment_method(payment_method_id)
  head :ok
end