Remove dependencies on Scube constant

This commit is contained in:
Thibault Jouan
2015-04-30 09:28:14 +00:00
parent 3b733c349e
commit 2fe3eb1158
5 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
Scube::Application.config.action_dispatch.default_headers.clear
Rails.application.config.action_dispatch.default_headers.clear

View File

@@ -9,4 +9,4 @@
# Make sure your secret_key_base is kept private
# if you're sharing your code publicly.
Scube::Application.config.secret_key_base = 'd0fb5028d03e9030435af05646555d948bbb65cef3910016c9dc34f5799a5bc6c8d41a248e02df21a27fef348eecc9dc5f9662dc277e0c17210a7cfc513200aa'
Rails.application.config.secret_key_base = 'd0fb5028d03e9030435af05646555d948bbb65cef3910016c9dc34f5799a5bc6c8d41a248e02df21a27fef348eecc9dc5f9662dc277e0c17210a7cfc513200aa'

View File

@@ -1 +1 @@
Scube::Application.config.sounds_path = "#{Rails.root}/data/sounds"
Rails.application.config.sounds_path = "#{Rails.root}/data/sounds"