43 44 45 46 47
# File 'app/support/enum.rb', line 43 def to_options terms.map {|t| [t.to_label,t.id] } end