module SchemaComments::Schema::ClassMethods

Public Instance Methods

define(*args, &block) click to toggle source
Calls superclass method
# File lib/schema_comments/schema.rb, line 8
def define(*args, &block)
  SchemaComments::SchemaComment.yaml_access do
    super(*args, &block)
  end
end