Refactor courses

This commit is contained in:
2015-09-04 13:45:37 -04:00
parent 022620e4ab
commit 6f1427dc21
25 changed files with 339 additions and 361 deletions

View File

@@ -1,5 +1,3 @@
#require 'brI18n'
WikiUFC::Application.configure do
# Settings specified here will take precedence over those in config/application.rb

View File

@@ -1,5 +1,3 @@
#require 'brI18n'
WikiUFC::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
@@ -67,4 +65,3 @@ WikiUFC::Application.configure do
# with SQLite, MySQL, and PostgreSQL)
# config.active_record.auto_explain_threshold_in_seconds = 0.5
end

View File

@@ -34,4 +34,6 @@ WikiUFC::Application.configure do
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr
config.i18n.default_locale = 'en'
end