Sha256: 2408fb870bfc9d37b6a2d7c65db41da53a86cc9d50f527fa3333b8c884292e1d
Contents?: true
Size: 449 Bytes
Versions: 11
Compression:
Stored size: 449 Bytes
Contents
# frozen_string_literal: true # frozen_string_literal: true require 'rails/generators' class TestAppGenerator < Rails::Generators::Base source_root "./spec/test_app_templates" # if you need to generate any additional configuration # into the test app, this generator will be run immediately # after setting up the application def install_engine generate 'active_encode:install' rake 'active_encode:install:migrations' end end
Version data entries
11 entries across 11 versions & 1 rubygems