No paper trail on latitude/longitude. Refs #15
This commit is contained in:
parent
bede2ce5e1
commit
5e31f27b75
@ -4,7 +4,7 @@
|
||||
class Event < ActiveRecord::Base
|
||||
extend SimpleCalendar
|
||||
strip_attributes
|
||||
has_paper_trail ignore: [:last_updated, :secret, :submitter]
|
||||
has_paper_trail ignore: [:secret, :submitter, :latitude, :longitude]
|
||||
|
||||
belongs_to :region
|
||||
has_many :notes, dependent: :destroy
|
||||
|
Loading…
Reference in New Issue
Block a user