class User < ActiveRecord::Base def to_json(options={}) options[:except] ||= [:ip] super(options) end end