Skip to content

Commit

Permalink
Fix ActionController::UnknownFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Sep 3, 2018
1 parent 6b839bd commit 7d74452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/stripe/events_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class EventsController < ::Stripe::ApplicationController

def create
@event = dispatch_stripe_event params
respond_with @event, :location => nil
head :ok
end
end
end
end

0 comments on commit 7d74452

Please sign in to comment.