Source: show
# 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