Sha256: 28aecb54f31d6ebd2833965181729af3094fafad2b1adb3e07598b448987e91d
Contents?: true
Size: 282 Bytes
Versions: 5
Compression:
Stored size: 282 Bytes
Contents
require 'hanami/commands/command' module Hanami module Commands class DB class Prepare < Command requires 'model.sql' def start require 'hanami/model/migrator' Hanami::Model::Migrator.prepare end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems