Skip to content

Commit

Permalink
Remove default turbolinks support (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Sep 27, 2022
1 parent e167dc5 commit 681f45c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions spec/lucky/action_redirect_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ require "../spec_helper"
include ContextHelper

class RedirectAction < TestAction
include Lucky::RedirectableTurbolinksSupport

get "/redirect_test" do
plain_text "does not matter"
end
Expand Down
1 change: 0 additions & 1 deletion src/lucky/action.cr
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ abstract class Lucky::Action
include Lucky::ParamHelpers
include Lucky::ActionPipes
include Lucky::Redirectable
include Lucky::RedirectableTurbolinksSupport
include Lucky::VerifyAcceptsFormat
end

0 comments on commit 681f45c

Please sign in to comment.