On Feb 11, 2:18 pm, Trausti Thor Johannsson <[email protected]>
wrote:
> There is no code really.  I just create a new app like
>
> rails newapp
>
> then wait
>
> cd newapp
>
> script/generate model user username:string
>
> Then I go to the database and enter a few users
>
> then I run script/console
> and type
>
> allusers = User.all
>

So that throws a const_missing error ?

Fred

-- 
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.

Reply via email to