Source: show | on GitHub
# File activesupport/test/json/encoding_test.rb, line 27 def as_json(options={}) options[:only] = %w(foo bar) super(options) end