Skip to content

Commit

Permalink
[bugfix] rails 5 no longer supports render :nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
lynndylanhurley committed Oct 13, 2017
1 parent 442f88b commit eea1dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dummy/app/controllers/auth_origin_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AuthOriginController < ApplicationController
def redirected
render :nothing => true
head :ok
end
end
end

0 comments on commit eea1dd4

Please sign in to comment.