lib/tramway/profiles/generates/install_generator.rb in tramway-profiles-1.4.1.1 vs lib/tramway/profiles/generates/install_generator.rb in tramway-profiles-1.4.1.2

- old
+ new

@@ -1,11 +1,11 @@ # frozen_string_literal: true require 'rails/generators' -require 'tramway/core/generators/install_generator' +require 'tramway/generators/install_generator' module Tramway::Profiles::Generators - class InstallGenerator < ::Tramway::Core::Generators::InstallGenerator + class InstallGenerator < ::Tramway::Generators::InstallGenerator include Rails::Generators::Migration source_root File.expand_path('templates', __dir__) def run_other_generators; end