Module: Annotatable

Included in:
Spree::Extension
Defined in:
lib/annotatable.rb

Overview

Substantial portions of this code were adapted from the Radiant CMS project (radiantcms.org) #

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
# File 'lib/annotatable.rb', line 6

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