Merge branch 'refs/heads/snippets_expiration' into dev

Conflicts:
	db/schema.rb
This commit is contained in:
Nihad Abbasov 2011-10-28 00:28:37 +05:00
commit 89fa800e28
11 changed files with 71 additions and 31 deletions

View file

@ -0,0 +1,5 @@
class AddExpiresAtToSnippets < ActiveRecord::Migration
def change
add_column :snippets, :expires_at, :datetime
end
end