Class: MagicAttribute

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/app/models/magic_attribute.rb

Overview

Always work through the interface MagicAttribute.value

Instance Method Summary collapse

Instance Method Details

#to_sObject



5
6
7
# File 'lib/app/models/magic_attribute.rb', line 5

def to_s
  value
end