I did the equivalent in rails3 of this from the documentation: ``` script/generate session user_session ``` I assume that would become: ``` rails generate session user_session ``` I get the following error: ``` Could not find generator session. ```