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