Module: SchemaComments::Migration::ClassMethods
- Defined in:
- lib/schema_comments/migration.rb
Instance Method Summary collapse
Instance Method Details
#migrate_with_schema_comments(*args, &block) ⇒ Object
12 13 14 15 16 |
# File 'lib/schema_comments/migration.rb', line 12 def migrate_with_schema_comments(*args, &block) SchemaComments::SchemaComment.yaml_access do migrate_without_schema_comments(*args, &block) end end |