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