Sha256: 258e1bef1d22c137a4d559844a2ec4eb3d8462a302e78c8daceba662cbe63b0a
Contents?: true
Size: 478 Bytes
Versions: 4
Compression:
Stored size: 478 Bytes
Contents
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
4 entries across 4 versions & 1 rubygems