module Decanter::CollectionDetection
Public Class Methods
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