Sha256: 2434ef29b7294971afa079a555017e92b7ba57d362752c803a87b7fa717b600a
Contents?: true
Size: 183 Bytes
Versions: 9
Compression:
Stored size: 183 Bytes
Contents
class OauthController < ApplicationController respond_to :json def token render :json => { :access_token => 'dummy', :token_type => 'Dummy' } end end
Version data entries
9 entries across 9 versions & 1 rubygems