Created
December 10, 2015 04:12
-
-
Save YumaInaura/31e3a3e3c8d1c2614bea to your computer and use it in GitHub Desktop.
Rails | ActiveDecorator を View 以外で使う方法 ( Rspec テストなど ) ref: http://qiita.com/Yinaura/items/2ac43179b77c5685430f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ActiveDecorator::Decorator.instance.decorate(ExampleClass.first).decorated_name | |
| # => '*J*o*h*n*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment