mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
oops
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@859 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
35676cc75f
commit
4262962ef6
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
|||
|
||||
if respond_to?(:namespace)
|
||||
# Cap 2
|
||||
load 'mongrel_cluster/recipes_2'
|
||||
else
|
||||
# Cap 1
|
||||
load 'mongrel_cluster/recipes_1'
|
||||
require 'mongrel_cluster/recipes_2' # Cap 2
|
||||
else
|
||||
require 'mongrel_cluster/recipes_1' # Cap 1
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue