44 45 46 47 48 49
# File 'lib/canql/nodes/e_base_records.rb', line 44 def meta_data_item subject = reverse_scan_for_marker(:subject) == 'mother' ? '.mother' : '' { "action#{subject}.actioninitiated" => { Canql::EQUALS => action_type.text_value.upcase.strip } } end