Class: AttachmentMagick::ActiveRecordImage

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/attachment_magick/active_record_image.rb,
app/models/attachment_magick/active_record_image.rb

Overview

mongoid hack mongoid v2.3 tries to read all the models =/

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#file_nameObject

not implemented yet



9
10
11
# File 'app/models/attachment_magick/active_record_image.rb', line 9

def file_name
  @file_name
end

Instance Method Details

#is_flash?Boolean

not implemented yet

Returns:

  • (Boolean)


22
23
24
# File 'app/models/attachment_magick/active_record_image.rb', line 22

def is_flash?
  false
end