lib/tkh_authentication.rb in tkh_authentication-0.9.13 vs lib/tkh_authentication.rb in tkh_authentication-0.9.14

- old
+ new

@@ -2,9 +2,10 @@ # require 'bcrypt-ruby' require 'simple_form' require 'stringex' require 'tkh_authentication/tkh_authentication_action_controller_extension' require 'tkh_authentication/tkh_authentication_helper' +# require 'tkh_mailing_list' # debugging this module TkhAuthentication class Engine < ::Rails::Engine # to extend the application helper in the host app initializer 'tkh_authentication.helper' do |app|