Path for schema dump file
Since:
0.4.0
90 91 92
# File 'lib/hanami/model/configuration.rb', line 90 def schema @schema.nil? ? root : root.join(@schema) end