Commenting was *too* good :)

This commit is contained in:
Robin Ward 2016-02-23 13:37:08 -05:00
parent 05a0308663
commit 84a01599c6

View file

@ -32,6 +32,7 @@ class DecoratorHelper {
* const post = helper.getModel();
* console.log(post.get('id'));
* ```
**/
getModel() {
return this.widget.findAncestorModel();
}