diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-20 22:32:12 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-20 22:32:12 +0200 |
commit | 4bf4efe712489090fca4ce14be9cbe7637f4d511 (patch) | |
tree | ea094b51aa78c838b8c4cdc863ceeee208a93a89 /app/models/commit.rb | |
parent | 6721ef01f40221171671bea02f7c3477ad209c79 (diff) | |
download | gitlab-ce-4bf4efe712489090fca4ce14be9cbe7637f4d511.tar.gz |
decorators & tree model
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r-- | app/models/commit.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb new file mode 100644 index 00000000000..09030cab06b --- /dev/null +++ b/app/models/commit.rb @@ -0,0 +1,2 @@ +class Commit +end |