Skip to content

Commit

Permalink
Workaround for Rails 5.2 breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasshirley committed Sep 7, 2018
1 parent 2825d79 commit 3af0124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/knock_once/user_token_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module KnockOnce
class UserTokenController < Knock::AuthTokenController
skip_before_action :verify_authenticity_token
end
end

0 comments on commit 3af0124

Please sign in to comment.