I thought it would be good to populate a status field in an activeRecord table using constants. However, when it comes to checking if this status has a particular status, I\'m h
Also you can overwrite the reader method:
reader
def status read_attribute(:status).to_sym end