Module: SchemaComments::Schema::ClassMethods

Defined in:
lib/schema_comments/schema.rb

Instance Method Summary collapse

Instance Method Details

#define_with_schema_comments(*args, &block) ⇒ Object



12
13
14
15
16
# File 'lib/schema_comments/schema.rb', line 12

def define_with_schema_comments(*args, &block)
  SchemaComments::SchemaComment.yaml_access do
    define_without_schema_comments(*args, &block)
  end
end