Skip to content

Commit

Permalink
Revert "🐛 Mixin HykuKnapsack::ApplicationHelper"
Browse files Browse the repository at this point in the history
This reverts commit ae093f1.
  • Loading branch information
kirkkwang committed Oct 7, 2023
1 parent ae093f1 commit 9827c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

class ApplicationController < ActionController::Base
include HykuHelper
include HykuKnapsack::ApplicationHelper
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception, prepend: true
Expand Down

0 comments on commit 9827c14

Please sign in to comment.