diff --git a/lib/pundit.rb b/lib/pundit.rb index e8e7320..99b3502 100644 --- a/lib/pundit.rb +++ b/lib/pundit.rb @@ -55,7 +55,7 @@ module Pundit class NotDefinedError < Error; end def self.included(base) - ActiveSupport::Deprecation.warn <<~WARNING.strip_heredoc + ActiveSupport::Deprecation.warn <<~WARNING 'include Pundit' is deprecated. Please use 'include Pundit::Authorization' instead. WARNING base.include Authorization