Module: SchemaComments::Schema

Defined in:
lib/schema_comments/schema.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.prepended(mod) ⇒ Object



3
4
5
# File 'lib/schema_comments/schema.rb', line 3

def self.prepended(mod)
  mod.singleton_class.prepend(ClassMethods)
end