lib/tramway/landing/generates/install_generator.rb in tramway-landing-3.3.0.6 vs lib/tramway/landing/generates/install_generator.rb in tramway-landing-3.3.0.7

- 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::Landing::Generators - class InstallGenerator < ::Tramway::Core::Generators::InstallGenerator + class InstallGenerator < ::Tramway::Generators::InstallGenerator include Rails::Generators::Migration source_root File.expand_path('templates', __dir__) def self.next_migration_number(path) next_migration_number = current_migration_number(path) + 1