cirandas.net

ref: master

plugins/tolerance_time/db/migrate/20141119204010_add_timestamps_to_tolerance.rb


1
2
3
4
5
class AddTimestampsToTolerance < ActiveRecord::Migration
  def change
    add_timestamps :tolerance_time_plugin_tolerances
  end
end