magic_attribute.rb 162 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 # Always work through the interface MagicAttribute.value class MagicAttribute < ActiveRecord::Base belongs_to :magic_field def to_s value end end