lib/clearance/controller.rb in clearance-1.14.0 vs lib/clearance/controller.rb in clearance-1.14.1
- old
+ new
@@ -9,10 +9,10 @@
# documentation on the methods.
#
# The `clearance:install` generator automatically adds this mixin to
# `ApplicationController`, which is the recommended configuration.
#
- # class ApplicationController < ApplicationController
+ # class ApplicationController < ActionController::Base
# include Clearance::Controller
# end
#
module Controller
extend ActiveSupport::Concern