mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-28 04:00:45 +00:00
8 lines
244 B
Ruby
8 lines
244 B
Ruby
require File.expand_path('../application', __FILE__)
|
|
require 'verification'
|
|
require 'exceptions'
|
|
require 'extra'
|
|
|
|
ActiveSupport::Deprecation.silenced = true if ['staging', 'production'].include?(ENV['RAILS_ENV'])
|
|
|
|
Ensl::Application.initialize!
|