Fix configured sounds path
This commit is contained in:
parent
4a015d461a
commit
1a39db3909
@ -34,7 +34,7 @@ module Scube
|
|||||||
config.action_dispatch.default_headers.clear
|
config.action_dispatch.default_headers.clear
|
||||||
|
|
||||||
config.sounds_path = Rails.env.test? ?
|
config.sounds_path = Rails.env.test? ?
|
||||||
File.join('data', Rails.env, 'sources') :
|
File.join('data', Rails.env, 'sounds') :
|
||||||
File.join('data', 'sources')
|
File.join('data', 'sounds')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user