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.sounds_path = "#{Rails.root}/data/sounds"
Rails.application.config.sounds_path = "#{Rails.root}/data/sounds"