Initial commit
This commit is contained in:
4
config/environments/shared.rb
Normal file
4
config/environments/shared.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
# encoding: UTF-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
Dir[Rails.root.join('config/environments/shared/**/*.rb')].each { |p| require p }
|
||||
Reference in New Issue
Block a user