method

changelog_paths

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: Runner
changelog_paths() private

No documentation

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

Hide source
# File tools/rail_inspector/lib/rail_inspector/changelog.rb, line 254
        def changelog_paths
          Dir[rails_path.join("*/CHANGELOG.md")]
        end
Register or log in to add new notes.