Displaying 1 result from an estimated 1 matches for "relatedfeed".
2010 Oct 13
2
acts_as_list issue in single table inheritence
...details :
http://pastie.org/1214846
But here I need create those entries with the scope on Relater only and
not on RelaterFeed or RelatedLink
I mean do not want to repeat these Position number 1,2,3 then 1,2,3 for
same clip(i.e Relater). Currently it generating those positioning
individually for RelatedFeed and for RelatedLink of same Relater(i.e
clip)
Here I need something like when I''ll assign Relater to RelatedLink or
RelatedFeed it auto create positioning on the basis of Relater only
like
RelatedLink :
rec 1 -> position =1, relater_id=10, relater_type="Clip",
type="Rel...