Class: AttachmentMagick::ActiveRecordImage
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- AttachmentMagick::ActiveRecordImage
- 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
-
#file_name ⇒ Object
not implemented yet.
Instance Method Summary collapse
-
#is_flash? ⇒ Boolean
not implemented yet.
Instance Attribute Details
#file_name ⇒ Object
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
22 23 24 |
# File 'app/models/attachment_magick/active_record_image.rb', line 22 def is_flash? false end |