mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 20:41:01 +00:00
6b5f2a0854
Fallback to older rails I18n behaviour Silence deprecation warnings, for now Added code climate test reporter Created CI deployment task Added *all* the badges
7 lines
187 B
Ruby
7 lines
187 B
Ruby
require File.expand_path('../application', __FILE__)
|
|
require 'verification'
|
|
require 'exceptions'
|
|
require 'extra'
|
|
|
|
ActiveSupport::Deprecation.silenced = true
|
|
Ensl::Application.initialize!
|