Using ember 1.11.0-beta.1+canary.d2d1490d, no need to call cacheable() on computed properties anymore, otherwise you get this: ``` (warning) DEPRECATION: ComputedProperty.cacheable() is deprecated. All computed properties are cacheable by default. ```
Using ember 1.11.0-beta.1+canary.d2d1490d, no need to call cacheable() on computed properties anymore, otherwise you get this: