lib/rails/auth.rb in rails-auth-0.1.0 vs lib/rails/auth.rb in rails-auth-0.2.0
- old
+ new
@@ -1,4 +1,7 @@
# frozen_string_literal: true
# Pull in core library components that work with any Rack application
require "rails/auth/rack"
+
+# Rails controller method support
+require "rails/auth/controller_methods"