search for: find_assets_tagged_with

Displaying 1 result from an estimated 1 matches for "find_assets_tagged_with".

2009 Sep 15
0
Liquid assign_to
...able never gets set. It just returns #### (number of records) on this line: {{ ''holiday'' | album_thumbs | assign_to ''asset_list'' }} I have created the following function inside a (drop) filter def album_thumbs(tag) @context[''domain''].find_assets_tagged_with(tag) end I am using Liquid 1.9.0 on rails 2.2.2 -- Posted via http://www.ruby-forum.com/.