restful-authentication icon indicating copy to clipboard operation
restful-authentication copied to clipboard

installation problem

Open vinz84 opened this issue 14 years ago • 1 comments

hi,

i have a problem with rails3 and restful-authentication i have installed the plugin and run 'rails g authenticated user sessions'

then restart server and the passanger put this error-message:

Error message: uninitialized constant SessionsController::AuthenticatedSystem Exc....

sry, have found in closed issus

vinz84 avatar Sep 29 '10 21:09 vinz84

Add the following to your application.rb:

   config.autoload_paths << "#{Rails.root}/lib"

Also same solution in a closed issue...

lukaso avatar Oct 04 '10 16:10 lukaso