0.4.3
Author:
Code-review:
What's changed basically?
Delegated update
and destroy
methods to Tramway Decorator.
What's changed for tramway drivers?
Before
user = tramway_decorate User.first
user.object.destroy
After
user = tramway_decorate User.first
user.destroy
What's Changed
- Issue #51. Delegate update and destroy methods to Tramway Decorator by @kalashnikovisme in #52
Full Changelog: 0.4.2.1...0.4.3