Method: Ardb::Adapter::Base#sql_schema_path
- Defined in:
- lib/ardb/adapter/base.rb
#sql_schema_path ⇒ Object
36 37 38 |
# File 'lib/ardb/adapter/base.rb', line 36 def sql_schema_path @sql_schema_path ||= "#{config.schema_path}.sql" end |