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