Ruby on Rails Monday, May 30, 2011

No it is not a plural.


On May 30, 11:34 am, Thiago A Pereira <thiagoales...@me.com> wrote:
> Your controller name is plural?
>
> TestsController ?
>
> I think your problem is that you not are following this name convention ...
>
> Sent from my iPhone
>
> On May 30, 2011, at 12:03 PM, joanne <joanne0...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi, I am a new comer with Ruby on Rails
> > and i am trying to create a controller for the model
>
> > and controller is simple
>
> > def new
> >  @test = Test.new
> > end
>
> > and model is
> > Rails gernerate model Test name:string title:string
>
> > and it returns me an error:  uninitialized constant
> > TestController::Tests
>
> > Please help
> > Thanks
>
> > --
> > 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 rubyonrails-talk@googlegroups.com.
> > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment