method

default_generator_root

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ChangeGenerator
default_generator_root() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/db/system/change/change_generator.rb, line 16
          def self.default_generator_root
            path = File.expand_path(File.join(base_name, "app"), base_root)
            path if File.exist?(path)
          end
Register or log in to add new notes.