method
local_rails_mount
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::DevcontainerGenerator
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