Rails 3 and Restful Authentification Routing Error?
I was trying to set up a plugin for Rails (v.3) called Restful Authentication and I was getting the following routing error:
class ApplicationController < ActionController::Base require File.join(Rails.root, 'lib', 'authenticated_system.rb') include AuthenticatedSystem end