20160202142247_add_timestamps_to_role_assignments.rb 123 Bytes
class AddTimestampsToRoleAssignments < ActiveRecord::Migration
  def change
    add_timestamps :role_assignments
  end
end