adds timestamps to polls
This commit is contained in:
5
db/migrate/20171212193323_add_timestamps_to_polls.rb
Normal file
5
db/migrate/20171212193323_add_timestamps_to_polls.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddTimestampsToPolls < ActiveRecord::Migration
|
||||
def change
|
||||
add_timestamps :polls, null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user