app:update and modifying configurations

This commit is contained in:
shlok007 2016-08-10 17:20:10 -04:00
parent 81ef17f346
commit 519a3616ac
25 changed files with 364 additions and 167 deletions

View file

@ -1,6 +1,4 @@
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
APP_PATH = File.expand_path('../../config/application', __FILE__)
require File.expand_path('../../config/boot', __FILE__)
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'