mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 07:16:03 +01:00
4 lines
108 B
Ruby
4 lines
108 B
Ruby
|
|
class Landmark < ActiveRecord::Base
|
||
|
|
acts_as_versioned :if_changed => [ :name, :longitude, :latitude ]
|
||
|
|
end
|