Class: Page

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/datts_right/page.rb

Instance Method Summary collapse

Instance Method Details

#virtual_attribute=(something) ⇒ Object



5
6
7
# File 'lib/datts_right/page.rb', line 5

def virtual_attribute=(something)
  puts "Setting virtual_attribute to #{something}"
end