Sha256: cb16ae3af51282d85c02036c7b30411bdbe8eacc6f8a6a05b76470a872034b8d
Contents?: true
Size: 158 Bytes
Versions: 9
Compression:
Stored size: 158 Bytes
Contents
class AddTimestampsToLists < ActiveRecord::Migration[4.2] def change add_timestamps(:integral_lists) add_timestamps(:integral_list_items) end end
Version data entries
9 entries across 9 versions & 1 rubygems