Class: ActiveSupport::HashWithIndifferentAccess
- Inherits:
-
Object
- Object
- ActiveSupport::HashWithIndifferentAccess
- Defined in:
- lib/to_json_fix.rb
Instance Method Summary collapse
Instance Method Details
#to_json ⇒ Object
29 30 31 |
# File 'lib/to_json_fix.rb', line 29 def to_json(*) to_hash.to_json end |