diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2013-02-03 17:27:05 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2013-02-03 17:27:05 +0100 |
commit | 35ea91f88f692893638d1fc33965d9cbec5e2c81 (patch) | |
tree | 0c014eb8ea89265405c4b113d163cb75917774aa /config/application.rb | |
parent | c919e974136bf86ddd7f8e1efd967aff9121488c (diff) | |
download | hmnoweb-35ea91f88f692893638d1fc33965d9cbec5e2c81.tar.gz hmnoweb-35ea91f88f692893638d1fc33965d9cbec5e2c81.tar.bz2 hmnoweb-35ea91f88f692893638d1fc33965d9cbec5e2c81.zip |
Turn into a neutral base for starting off new apps.
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index e27ac93..7006797 100644 --- a/config/application.rb +++ b/config/application.rb @@ -15,7 +15,7 @@ if defined?(Bundler) # Bundler.require(:default, :assets, Rails.env) end -module ReligionsfrihetNo +module BetaWebApp class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers |