Returns the primary key value
# File lib/active_record/attribute_methods/primary_key.rb, line 13 def id read_attribute(self.class.primary_key) end
Sets the primary key value
# File lib/active_record/attribute_methods/primary_key.rb, line 18 def id=(value) write_attribute(self.class.primary_key, value) end
Generated with the Darkfish Rdoc Generator 2.