Re: [Rails] Single table inheritance introduce on mid of development.
On 8 January 2013 07:00, DHAMODHARAN N <dhamsoft@gmail.com> wrote:
> Hi Folks,
>
> 1. I converting existing model to STI
> 2. Existing model CtctContact
> 3. ctct_contacts rename as contacts and add column called type in table.
> 4. In model modified base class(CtctContact < Contact) during migration it's
> show contacts table not found like that.
Do you mean that it is the migration to change the table name and add
the type column that is failing?
Show us the failing code (just the section that is failing) and the
exact error message and stack trace.
Colin
--
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 https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home