223 224 225
# File 'app/models/referent.rb', line 223 def format self.referent_values.to_a.find { | val | val.key_name == 'format'}.try(:value) end