class Photo

Constants

TYPES

Private Instance Methods

track_type() click to toggle source
# File lib/trogdir/photo.rb, line 21
def track_type
  if changes.include? 'type'
    changes
  else
    changes.merge("type" => [type.to_s, type.to_s])
  end
end