Module: SchemaComments::Schema::ClassMethods

Defined in:
lib/schema_comments/schema.rb

Instance Method Summary collapse

Instance Method Details

#define(*args, &block) ⇒ Object



8
9
10
11
12
# File 'lib/schema_comments/schema.rb', line 8

def define(*args, &block)
  SchemaComments::SchemaComment.yaml_access do
    super(*args, &block)
  end
end