Method: Hookup::PostCheckout#possible_schemas
- Defined in:
- lib/hookup.rb
#possible_schemas ⇒ Object
97 98 99 100 101 |
# File 'lib/hookup.rb', line 97 def possible_schemas %w(development_structure.sql schema.rb structure.sql).map do |file| File.join schema_dir, file end end |