Sha256: 2fc89e77086c75572434795ab3ab6358181aea8f137d40e11445b7a5f7e8777b
Contents?: true
Size: 172 Bytes
Versions: 2
Compression:
Stored size: 172 Bytes
Contents
module Hanami module Sequel class Configuration def initialize @migrations = 'db/migrations' end attr_reader :migrations end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hanami-sequel-1.1.1 | lib/hanami/sequel/configuration.rb |
hanami-sequel-1.1.0.1 | lib/hanami/sequel/configuration.rb |