Sha256: 47ca104e46f9f8b76627528abf4e8b19a1d6730e46fa632b74021c0d7fa7500e
Contents?: true
Size: 277 Bytes
Versions: 1
Compression:
Stored size: 277 Bytes
Contents
class PageWithoutReflection < ActiveRecord::Base set_table_name "pages" belongs_to :category_without_reflection has_dynamic_attributes :of => :category_without_reflection def virtual_attribute=(something) puts "Setting virtual_attribute to #{something}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datts_right-0.0.32 | lib/datts_right/page_without_reflection.rb |