Class: ActiveSupport::HashWithIndifferentAccess

Inherits:
Object
  • Object
show all
Defined in:
lib/to_json_fix.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



29
30
31
# File 'lib/to_json_fix.rb', line 29

def to_json(*)
  to_hash.to_json
end