diff options
| author | mokha <mokha@cisco.com> | 2018-07-12 15:04:46 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-07-12 15:04:46 -0600 |
| commit | 8c43f71cc6019ccb12b8a8e995642d212bba23c7 (patch) | |
| tree | bb9a922553960e4f70f105a946338851534a8967 /config/environment.rb | |
initial commit.
Diffstat (limited to 'config/environment.rb')
| -rw-r--r-- | config/environment.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! |
