module Gear::Inspection
Public Class Methods
included(mod)
click to toggle source
# File lib/gear/inspection.rb, line 23 def self.included(mod) mod.extend(ClassMethods) mod::Controllers.extend(ControllersClassMethods) end