rename qwaiter to mozo
This commit is contained in:
@@ -8,7 +8,7 @@ require 'action_mailer/railtie'
|
||||
#require 'active_resource/railtie'
|
||||
require 'rails/test_unit/railtie'
|
||||
require 'sprockets/railtie'
|
||||
require 'net/http' # lib/qwaiter/broadcaster/faye.rb
|
||||
require 'net/http' # lib/mozo/broadcaster/faye.rb
|
||||
|
||||
# custom override hack for the couchbase-setting gem, needs to be loaded before other gems, is settings only without dependencies
|
||||
#require File.expand_path('./../../lib/couchbase-setting', __FILE__)
|
||||
@@ -228,7 +228,7 @@ end
|
||||
# This is a fix for testing models that
|
||||
# are frozen after destroy and then extended
|
||||
# by active_decorator when running the specs
|
||||
module Qwaiter
|
||||
module Mozo
|
||||
class Application < Rails::Application
|
||||
# Settings in config/environments/* take precedence over those specified here.
|
||||
# Application configuration should go into files in config/initializers
|
||||
@@ -322,5 +322,5 @@ module Qwaiter
|
||||
config.assets.version = '1.0'
|
||||
end
|
||||
end
|
||||
require 'qwaiter'
|
||||
require 'mozo'
|
||||
require 'rqrcode-rails3'
|
||||
|
||||
Reference in New Issue
Block a user