foodsoft/vendor/plugins/acts_as_versioned/test/fixtures/landmark.rb

4 lines
108 B
Ruby
Raw Normal View History

2009-05-15 17:32:45 +02:00
class Landmark < ActiveRecord::Base
acts_as_versioned :if_changed => [ :name, :longitude, :latitude ]
end