diff options
| author | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-10-28 00:25:50 +0500 |
|---|---|---|
| committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-10-28 00:25:50 +0500 |
| commit | b6cdd1c819b4a43cd00dfdc9dbffc1490593a8b5 (patch) | |
| tree | 7ad5366df84b8dfa1c4642c0fe20404929aa5df7 /app/models/snippet.rb | |
| parent | 01f72bfa83ef05817c2e9898a62ae09919a6d505 (diff) | |
| download | gitlab-ce-b6cdd1c819b4a43cd00dfdc9dbffc1490593a8b5.tar.gz | |
test expired snippets
Diffstat (limited to 'app/models/snippet.rb')
| -rw-r--r-- | app/models/snippet.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/snippet.rb b/app/models/snippet.rb index b67db60b78a..5c61cf1c543 100644 --- a/app/models/snippet.rb +++ b/app/models/snippet.rb @@ -53,5 +53,6 @@ end # created_at :datetime # updated_at :datetime # file_name :string(255) +# expires_at :datetime # |
