class Status

def self.[](value)

def self.[](value)
  @@statuses.find { |status| status.symbol == value.to_s.downcase.intern }
end