Method: ContentsCore::Item#update_data
- Defined in:
- app/models/contents_core/item.rb
#update_data(value) ⇒ Object
92 93 94 95 |
# File 'app/models/contents_core/item.rb', line 92 def update_data( value ) self.data = value self.save end |