Applies any required extra scope to the filtered_search method
# File vendor/plugins/ubiquo_media/lib/ubiquo_media/connectors/i18n.rb, line 95
95: def uhook_filtered_search filters = {}
96: filter_locale = filters[:locale] ?
97: {:find => {:conditions => ["asset_relations.locale <= ?", filters[:locale]]}} : {}
98:
99: with_scope(filter_locale) do
100: yield
101: end
102: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.