Fix bug with remote join example

This commit is contained in:
Vikram Rangnekar
2019-12-02 23:08:35 -05:00
parent 3a14a644ce
commit 679dd1fc83
4 changed files with 31 additions and 21 deletions

View File

@ -63,4 +63,6 @@ Rails.application.configure do
config.web_console.whitelisted_ips = ['10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16']
config.hosts << "rails_app"
end