Remove dependencies on Scube constant
This commit is contained in:
parent
3b733c349e
commit
2fe3eb1158
2
Rakefile
2
Rakefile
@ -4,4 +4,4 @@
|
|||||||
require File.expand_path('../config/application', __FILE__)
|
require File.expand_path('../config/application', __FILE__)
|
||||||
require 'rake'
|
require 'rake'
|
||||||
|
|
||||||
Scube::Application.load_tasks
|
Rails.application.load_tasks
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This file is used by Rack-based servers to start the application.
|
# This file is used by Rack-based servers to start the application.
|
||||||
|
|
||||||
require ::File.expand_path('../config/environment', __FILE__)
|
require ::File.expand_path('../config/environment', __FILE__)
|
||||||
run Scube::Application
|
run Rails.application
|
||||||
|
@ -1 +1 @@
|
|||||||
Scube::Application.config.action_dispatch.default_headers.clear
|
Rails.application.config.action_dispatch.default_headers.clear
|
||||||
|
@ -9,4 +9,4 @@
|
|||||||
|
|
||||||
# Make sure your secret_key_base is kept private
|
# Make sure your secret_key_base is kept private
|
||||||
# if you're sharing your code publicly.
|
# if you're sharing your code publicly.
|
||||||
Scube::Application.config.secret_key_base = 'd0fb5028d03e9030435af05646555d948bbb65cef3910016c9dc34f5799a5bc6c8d41a248e02df21a27fef348eecc9dc5f9662dc277e0c17210a7cfc513200aa'
|
Rails.application.config.secret_key_base = 'd0fb5028d03e9030435af05646555d948bbb65cef3910016c9dc34f5799a5bc6c8d41a248e02df21a27fef348eecc9dc5f9662dc277e0c17210a7cfc513200aa'
|
||||||
|
@ -1 +1 @@
|
|||||||
Scube::Application.config.sounds_path = "#{Rails.root}/data/sounds"
|
Rails.application.config.sounds_path = "#{Rails.root}/data/sounds"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user