diff options
| author | hukl <hukl@berlin.ccc.de> | 2009-01-29 22:12:11 +0100 |
|---|---|---|
| committer | hukl <hukl@berlin.ccc.de> | 2009-01-29 22:12:11 +0100 |
| commit | be47a4bbeac59d85af16b5e83e10ff242628519d (patch) | |
| tree | e25870a53dc19d10e7112ece98b82112d64cfe02 /.gitmodules | |
| parent | d4dfdb40329b8e15e6bba022b966984a8a994a87 (diff) | |
added node model to make basic functional tests pass. added awesome_nested_set plugin
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5f43dd3..a4de19c 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | [submodule "vendor/rails"] | 1 | [submodule "vendor/rails"] |
| 2 | path = vendor/rails | 2 | path = vendor/rails |
| 3 | url = git://github.com/rails/rails.git | 3 | url = git://github.com/rails/rails.git |
| 4 | [submodule "vendor/awesome_nested_set"] | ||
| 5 | path = vendor/awesome_nested_set | ||
| 6 | url = git://github.com/collectiveidea/awesome_nested_set.git | ||
