Sha256: b6202b2b8892fa6538ef89b4caa9e091a1e382f4d114aba9e1b8daa6b8318792
Contents?: true
Size: 196 Bytes
Versions: 4
Compression:
Stored size: 196 Bytes
Contents
UsersController.class_eval do def current binding.pry respond_to do |format| format.json { render json: current_user.to_json(client: oauth2_token.try(:client)) } end end end
Version data entries
4 entries across 4 versions & 2 rubygems