module Decanter::CollectionDetection
Public Class Methods
included(base)
click to toggle source
# File lib/decanter/collection_detection.rb, line 3 def self.included(base) base.extend(ClassMethods) end
# File lib/decanter/collection_detection.rb, line 3 def self.included(base) base.extend(ClassMethods) end