method

notes

rails latest stable - Class: Rails::InfoController

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

notes()
public

No documentation available.

# File railties/lib/rails/info_controller.rb, line 35
  def notes
    @annotations = Rails::SourceAnnotationExtractor.new(
      Rails::SourceAnnotationExtractor::Annotation.tags.join("|")
    ).find(
      Rails::SourceAnnotationExtractor::Annotation.directories
    )
  end