landmark.rb
3 lines
| 108 B
| text/x-ruby
|
RubyLexer
|
r320 | class Landmark < ActiveRecord::Base | ||
acts_as_versioned :if_changed => [ :name, :longitude, :latitude ] | ||||
end | ||||