Skip to Content Skip to Search
Methods
U
Included Modules

Instance Public methods

update()

# File app/controllers/v2/memberships/discounts_controller.rb, line 8
def update
  if subscription_manager.apply_discount_coupon
    head :ok
  else
    render_manager_errors
  end
end