method

mounts

rails latest stable - Class: Rails::Generators::DevcontainerGenerator

Method not available on this version

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

mounts()
private

No documentation available.

# File railties/lib/rails/generators/rails/devcontainer/devcontainer_generator.rb, line 112
        def mounts
          return @mounts if @mounts

          @mounts = []

          @mounts << local_rails_mount if options[:dev]

          @mounts
        end