Module: Backupable
- Defined in:
- lib/modules/backupable.rb
Instance Method Summary collapse
Instance Method Details
#to_backupable_json ⇒ Object
2 3 4 |
# File 'lib/modules/backupable.rb', line 2 def to_backupable_json {self.class.name.downcase => self.attributes}.to_json end |