Module: AegisNet::Sitemapper::ActiveRecord::Builder

Defined in:
lib/sitemapper/active_record/builder.rb

Defined Under Namespace

Modules: SingletonMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/sitemapper/active_record/builder.rb', line 7

def self.included(base)
  base.extend SingletonMethods
end