Class: Ish::ImageAsset

Inherits:
Object
  • Object
show all
Includes:
Utils, Mongoid::Document, Mongoid::Paperclip, Mongoid::Timestamps
Defined in:
lib/ish/image_asset.rb

Instance Method Summary collapse

Methods included from Utils

#export

Instance Method Details

#export_fieldsObject



28
29
30
31
32
33
34
# File 'lib/ish/image_asset.rb', line 28

def export_fields
  %w|
    location_id
    marker_id marker_title_id
    image_file_name image_content_type image_file_size image_updated_at image_fingerprint
  |
end