Method: Hanami::Model::Configuration#schema

Defined in:
lib/hanami/model/configuration.rb

#schemaObject

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