Module: Doorkeeper::Helpers::Controller

Included in:
ApplicationController, ApplicationMetalController
Defined in:
lib/doorkeeper/helpers/controller.rb

Overview

Rails controller helpers.

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



10
11
12
# File 'lib/doorkeeper/helpers/controller.rb', line 10

def self.included(base)
  base.helper_method :current_resource_owner if base.respond_to?(:helper_method)
end