mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +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!
|