Add cmtool to Qwaiter
This commit is contained in:
@@ -16,6 +16,17 @@ if defined?(Bundler)
|
||||
# Bundler.require(:default, :assets, Rails.env)
|
||||
end
|
||||
|
||||
# Ugly fix for the updated json gem changes
|
||||
module JSON
|
||||
class << self
|
||||
alias :old_parse :parse
|
||||
def parse(json, args = {})
|
||||
args[:create_additions] = true
|
||||
old_parse(json, args)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
module Qwaiter
|
||||
class Application < Rails::Application
|
||||
# Settings in config/environments/* take precedence over those specified here.
|
||||
|
||||
Reference in New Issue
Block a user