Alias for column names in Rails

Declare this in your model.

alias_attribute :new_column_name, :column_name_in_db

Leave a Comment