This may relate to your other post - are you doing the <extend> in app/views/lotes/new.dryml? That usually leads to bad things...
--Matt Jones On Wed, Jul 14, 2010 at 6:46 AM, Hugo <[email protected]> wrote: > Hi all, > > I'm trying to change a new view to show only some of the columns in > the table but I always get the error "undefined method > `alias_method_chain_on_include'". > > Bellow you can see the code: > ------------------------------------------------------- > <extend tag="form" for="Lote"> > <old-form merge> > <field-list: fields="nome, data_entrada, artigo"/> > </old-form> > </extend> > > > And the error that is showed: > ------------------------------------------------------- > NoMethodError in Lotes#new > > Showing app/views/lotes/new.dryml where line #5 raised: > > undefined method `alias_method_chain_on_include' for #<Class: > 0x1066091c0> > Extracted source (around line #5): > > 2: <old-form merge> > 3: <field-list: fields="nome, data_entrada, artigo"/> > 4: </old-form> > 5: </extend> > > Can anyone help me? > Best regards, > Hugo > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" 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/hobousers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
