index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
json
/
encoders
/
symbol.rb
blob: 57291e5448b25fde9b30aec003fb25ab888958e5 (
plain
) (
tree
)
3202fbabe6
1
2
3
4
5
class
Symbol
def
to_json
#:nodoc:
ActiveSupport
::
JSON
.
encode
(
to_s
)
end
end