diff options
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 |