adds timestamps to polls

This commit is contained in:
rgarcia
2017-12-13 12:24:08 +01:00
parent 819afa1d64
commit 56a7c46c12
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddTimestampsToPolls < ActiveRecord::Migration
def change
add_timestamps :polls, null: true
end
end