Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created December 10, 2015 04:12
Show Gist options
  • Select an option

  • Save YumaInaura/31e3a3e3c8d1c2614bea to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/31e3a3e3c8d1c2614bea to your computer and use it in GitHub Desktop.
Rails | ActiveDecorator を View 以外で使う方法 ( Rspec テストなど ) ref: http://qiita.com/Yinaura/items/2ac43179b77c5685430f
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