# File lib/generators/nifty/authentication/authentication_generator.rb, line 34
      def create_helper_files
        template 'users_helper.rb', "app/helpers/#{user_plural_name}_helper.rb"
        template 'sessions_helper.rb', "app/helpers/#{session_plural_name}_helper.rb"
      end