method
local_rails_mount
v8.1.1 -
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 152
def local_rails_mount
{
type: "bind",
source: Rails::Generators::RAILS_DEV_PATH,
target: Rails::Generators::RAILS_DEV_PATH
}
end