Sha256: 8b94c2d1c83e1cbd4a130699f144a9bdc191c4b705866fc900ccea5af62bff28
Contents?: true
Size: 409 Bytes
Versions: 94
Compression:
Stored size: 409 Bytes
Contents
# This method defines the migrations paths for the engine and adds them to the migrations paths of # the parent Rails app by using ActiveRecord::Migrator.migrations_paths.concat. # migrations_paths = [File.expand_path("../../db/migrate", __dir__)] # ActiveRecord::Migrator.migrations_paths.concat(migrations_paths) Rails.application.config.paths['db/migrate'] << File.expand_path("../../db/migrate", __dir__)
Version data entries
94 entries across 94 versions & 5 rubygems