views:

24

answers:

0

I installed authlogic and created a signup mechanism.And for creating a sign in mechanism I tried to generate the session controlers as below but rails 3 throws error as follows. How do I create the user_session and proceed with authlogic in rails 3 ?

:~/work_space/rails_apps/sample_authentication$ rails generate session user_session  
Could not find generator session