Rails 3 routes

This commit is contained in:
2013-07-13 10:55:35 -04:00
parent fd39b3979d
commit 5563045378
9 changed files with 97 additions and 48 deletions

View File

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

View File

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