Sha256: 24cf79f16d849dd368945ac4fc156812f8260b70a2d4259ec473edcf0f7665ef
Contents?: true
Size: 413 Bytes
Versions: 7
Compression:
Stored size: 413 Bytes
Contents
# frozen_string_literal: true require 'rails/engine' module LargeTextField class Engine < ::Rails::Engine isolate_namespace LargeTextField paths["app/models"] = "lib/large_text_field" initializer :append_migrations do |app| unless app.root.to_s.match root.to_s + File::SEPARATOR app.config.paths["db/migrate"].concat config.paths["db/migrate"].expanded end end end end
Version data entries
7 entries across 7 versions & 1 rubygems