module Comodule::ConfigSupport

Public Class Methods

included(receiver) click to toggle source
# File lib/comodule/config_support.rb, line 146
def self.included(receiver)
  receiver.extend ClassMethods
end