Conrad Taylor wrote: > On Fri, Feb 19, 2010 at 1:08 AM, RaW <[email protected]> wrote: > >> I think >> $ script/generate >> has been replaced with >> $ r g >> in Rails3 >> >> Am I right? >> >> > You'll need to do the following in Rails 3: > > rails g model user_session > > Then just edit the file and you should be good to go. > > Good luck, > > -Conrad
thanks conrad so we scrap the rails generate session user_session and just make a new model?? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

