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