method

local_rails_mount

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.

local_rails_mount()
private

No documentation available.

# File railties/lib/rails/generators/rails/devcontainer/devcontainer_generator.rb, line 142
        def local_rails_mount
          {
            type: "bind",
            source: Rails::Generators::RAILS_DEV_PATH,
            target: Rails::Generators::RAILS_DEV_PATH
          }
        end