Skip to Content Skip to Search
Methods
U
Included Modules

Instance Public methods

update()

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