lib/refinery/authentication.rb in refinerycms-authentication-2.0.1 vs lib/refinery/authentication.rb in refinerycms-authentication-2.0.2

- old
+ new

@@ -1,9 +1,10 @@ require 'refinerycms-core' require 'devise' require 'friendly_id' module Refinery + autoload :AuthenticationGenerator, 'generators/refinery/authentication/authentication_generator' autoload :AuthenticatedSystem, 'refinery/authenticated_system' class << self attr_accessor :authentication_login_field def authentication_login_field