Skip to content

Commit

Permalink
Merge pull request #120 from FormAPI/master
Browse files Browse the repository at this point in the history
Fix ActionController::UnknownFormat
  • Loading branch information
tansengming authored Sep 3, 2018
2 parents 6b839bd + 7d74452 commit 645a626
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 645a626

Please sign in to comment.