Class: Draft
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Draft
- Defined in:
- lib/drafting/draft.rb
Instance Method Summary collapse
Instance Method Details
#restore ⇒ Object
7 8 9 |
# File 'lib/drafting/draft.rb', line 7 def restore target_type.constantize.from_draft(self) end |