Class: Notee::Image
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Notee::Image
- Defined in:
- app/models/notee/image.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
accessors.
Method Summary
Methods inherited from ApplicationRecord
#create_authority, #destroy_authority, #is_destroy?, #skip_callback_block, #update_authority
Instance Attribute Details
#file ⇒ Object
accessors
16 17 18 |
# File 'app/models/notee/image.rb', line 16 def file @file end |