diff options
author | Emilio Tagua <miloops@gmail.com> | 2009-04-23 13:50:18 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2009-04-23 13:50:18 -0300 |
commit | 3b43d1801e99407c244445dfaf3bcdb6a06ef57b (patch) | |
tree | 1b965292989a48a69155affbe683efae99e33c80 /.gitmodules | |
parent | 3c4c6bd0df598f865f49a983b4c65c415af4bcfc (diff) | |
download | rails-3b43d1801e99407c244445dfaf3bcdb6a06ef57b.tar.gz rails-3b43d1801e99407c244445dfaf3bcdb6a06ef57b.tar.bz2 rails-3b43d1801e99407c244445dfaf3bcdb6a06ef57b.zip |
Added arel as a submodule. This is temporary and will make development/testing easier.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..7184520aa2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "arel"] + path = arel + url = git@github.com:miloops/arel.git |