Sha256: b976b411f5aab3672758a5850722dd1f2bbaed55e31f4f68d63d9ac289d989b7
Contents?: true
Size: 228 Bytes
Versions: 7
Compression:
Stored size: 228 Bytes
Contents
module Doorkeeper class ApplicationController < Doorkeeper.configuration.base_controller.constantize include Helpers::Controller protect_from_forgery with: :exception helper 'doorkeeper/dashboard' end end
Version data entries
7 entries across 7 versions & 1 rubygems