fixing $ symbol

bug/bundler_fix
Indranil Roy 2017-04-08 23:01:28 +05:30 committed by GitHub
parent 309876f2f6
commit 64aecb59a1
1 changed files with 3 additions and 3 deletions

View File

@ -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:**