Class: PageWithoutReflection
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PageWithoutReflection
- Defined in:
- lib/datts_right/page_without_reflection.rb
Instance Method Summary collapse
Instance Method Details
#virtual_attribute=(something) ⇒ Object
6 7 8 |
# File 'lib/datts_right/page_without_reflection.rb', line 6 def virtual_attribute=(something) puts "Setting virtual_attribute to #{something}" end |