Method: Oj.optimize_rails
- Defined in:
- ext/oj/oj.c
permalink .optimize_rails ⇒ Object
Sets the Oj as the Rails encoder and decoder. Oj::Rails.optimize is also called.
1717 |
# File 'ext/oj/oj.c', line 1717 extern VALUE oj_optimize_rails(VALUE self); |