Configuration files for Rails 3, except routes

This commit is contained in:
2013-07-13 10:10:01 -04:00
parent 33cdee1c1c
commit fd39b3979d
10 changed files with 70 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
Wikiufc::Application.configure do
WikiUFC::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# In the development environment your application's code is reloaded on

View File

@@ -1,4 +1,4 @@
Wikiufc::Application.configure do
WikiUFC::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# Code is not reloaded between requests

View File

@@ -1,4 +1,4 @@
Wikiufc::Application.configure do
WikiUFC::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# The test environment is used exclusively to run your application's