Module: VisualConditionBuilder::Helper
- Included in:
- ActiveRecord::Relation, Array, Mongoid::Criteria
- Defined in:
- lib/visual_condition_builder/helper.rb
Instance Method Summary collapse
Instance Method Details
#dictionary_values(id_field, label_field) ⇒ Object
3 4 5 |
# File 'lib/visual_condition_builder/helper.rb', line 3 def dictionary_values(id_field, label_field) self.map {|r| {id: r[id_field], label: r[label_field]}} end |