1 2 3 4
class Chat < ActiveRecord::Base KINDS = [[:office.l('Oficina'),0],['Personal',1]] ...
So far this works a treat, ...
So far this works a treat, ...