Class: Storytime::Autosave
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Storytime::Autosave
- Includes:
- ScopedToSite
- Defined in:
- app/models/storytime/autosave.rb
Instance Attribute Summary collapse
-
#draft_content ⇒ Object
Returns the value of attribute draft_content.
Instance Method Summary collapse
Instance Attribute Details
#draft_content ⇒ Object
Returns the value of attribute draft_content.
8 9 10 |
# File 'app/models/storytime/autosave.rb', line 8 def draft_content @draft_content end |