Sha256: c345c3a9e01e3ebe0d242c64e9be92592740f8fa6fdaab143488d0cf0fe1f5c2
Contents?: true
Size: 423 Bytes
Versions: 3
Compression:
Stored size: 423 Bytes
Contents
module Doorkeepr module Rails class DoorkeeprController < ::ActionController::Base include ActionController::RespondWith self.responder = Doorkeepr::Rails::Responder respond_to :json def show @service = Doorkeepr.config @announcement = Doorkeepr::Rails.default_service puts @announcement.to_nerve.inspect # respond_with @service end end end end
Version data entries
3 entries across 3 versions & 1 rubygems