module Doorkeeper::Rake
Public Class Methods
load_tasks()
click to toggle source
# File lib/doorkeeper/rake.rb, line 6 def load_tasks glob = File.join(File.absolute_path(__dir__), "rake", "*.rake") Dir[glob].each do |rake_file| load rake_file end end