lib/trestle/auth.rb in trestle-auth-0.2.2 vs lib/trestle/auth.rb in trestle-auth-0.2.3

- old
+ new

@@ -5,9 +5,10 @@ module Trestle module Auth extend ActiveSupport::Autoload autoload :Configuration + autoload :Constraint autoload :ControllerMethods autoload :ModelMethods autoload :NullUser end