Class: CIA::AttributeChange

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/cia/attribute_change.rb

Class Method Summary collapse

Class Method Details

.on_attribute(attribute) ⇒ Object



18
19
20
# File 'lib/cia/attribute_change.rb', line 18

def self.on_attribute(attribute)
  scoped(:conditions => {:attribute_name => attribute})
end