module Doorkeepr

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/doorkeepr.rb, line 7
def config
  @config ||= Doorkeepr::Config.new
end
paths() click to toggle source
# File lib/doorkeepr.rb, line 13
def paths
  @paths ||= []
end
publish() click to toggle source
# File lib/doorkeepr.rb, line 10
def publish
  Doorkeepr::Nerve.publish if defined? ::Rails::Server
end