20160202142247_add_timestamps_to_role_assignments.rb 123 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddTimestampsToRoleAssignments < ActiveRecord::Migration def change add_timestamps :role_assignments end end