fixing $ symbol
parent
309876f2f6
commit
64aecb59a1
|
@ -14,11 +14,11 @@ 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)
|
||||
```config.web_console.whitelisted_ips = %w(0.0.0.0/0)```
|
||||
|
||||
```
|
||||
$ bundle
|
||||
$ rails server
|
||||
bundle
|
||||
rails server
|
||||
```
|
||||
|
||||
**Installing nodejs:**
|
||||
|
|
Loading…
Reference in New Issue