Skip to content
autotelik edited this page Nov 25, 2012 · 4 revisions

Syntax Summary

Find an Association - Separate association name and database lookup value : ':'

# Generates => find_by_project('long_boring') setting result on main record
Project:long_boring 

Separate Multiple Associations in single Column: '|'

# Given a Projects column - find, creates and assign 3 Projects to the main record
Project:long_boring|Project:just_boring|Project:exciting_well_paid  

Combine Multiple Associations ';'

Only some loaders or use cases support combing associations.

mime_type:jpeg;print_type:black_white|mime_type:jpeg|mime_type:png, PDF;print_type:colour
Clone this wiki locally