module NullObjectAssociations

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/null_object_associations.rb, line 2
def self.included base
  base.send :extend, SingletonMethods
end