parent
e1af27984f
commit
60d6b1909d
1 changed files with 1 additions and 1 deletions
|
@ -1,13 +1,13 @@
|
|||
require File.expand_path('boot', __dir__)
|
||||
|
||||
require 'rails/all'
|
||||
require_relative 'application_name'
|
||||
|
||||
# Require the gems listed in Gemfile, including any gems
|
||||
# you've limited to :test, :development, or :production.
|
||||
Bundler.require(*Rails.groups)
|
||||
|
||||
Dotenv::Railtie.load
|
||||
require_relative 'application_name'
|
||||
|
||||
module TPS
|
||||
class Application < Rails::Application
|
||||
|
|
Loading…
Reference in a new issue