Module: ActiveRecord::PostgresEnum::SchemaDumper
- Defined in:
- lib/active_record/postgres_enum/schema_dumper.rb
Overview
provide support for writing out the ‘create_enum’ calls in schema.rb
Instance Method Summary collapse
Instance Method Details
#tables(stream) ⇒ Object
8 9 10 11 12 |
# File 'lib/active_record/postgres_enum/schema_dumper.rb', line 8 def tables(stream) types(stream) super end |