On 24 November 2015 at 16:29, tom <tomabroad@gmail.com> wrote:
> hi, im doing a conversion and im stuck here:
>
> class GLEntryVatEntrylink < ActiveRecord::Base
> self.table_name = 'G_LEntry-VATEntrylink'
> end
>
>
>>>
> 1.9.3-p194 :001 > GLEntryVatEntrylink.all
> NameError: uninitialized constant GLEntryVatEntrylink
> from (irb):1
Are you using irb or
rails c
If irb then try rails c. irb does not automatically load the rails
context. Otherwise what is the filename for the class? Also have you
created the table (though not sure that would give that error)?
Colin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLs%3DiubEGLE3X%2BMe8Y_%2Brb%3DfGtk5JhUmEL3Yzi3sMBC4BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment