lib/tramway/page/generators/install_generator.rb in tramway-page-1.6 vs lib/tramway/page/generators/install_generator.rb in tramway-page-1.6.0.1

- 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::Page::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