fix single tick to `
parent
7724797c73
commit
136030313d
|
@ -13,8 +13,9 @@ cd taco
|
|||
vim config/environments/development.rb
|
||||
```
|
||||
|
||||
Add the following line just before the final `end' tag:
|
||||
```config.web_console.whitelisted_ips = %w(0.0.0.0/0)```
|
||||
Add the following line just before the final `end` tag:
|
||||
|
||||
```config.web_console.whitelisted_ips = %w(0.0.0.0/0)```
|
||||
|
||||
```
|
||||
bundle
|
||||
|
|
Loading…
Reference in New Issue