mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
3 lines
108 B
Ruby
3 lines
108 B
Ruby
class Landmark < ActiveRecord::Base
|
|
acts_as_versioned :if_changed => [ :name, :longitude, :latitude ]
|
|
end
|