restful-authentication
restful-authentication copied to clipboard
installation problem
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
Add the following to your application.rb:
config.autoload_paths << "#{Rails.root}/lib"
Also same solution in a closed issue...