reminder name refactor

This commit is contained in:
Mark Moser
2017-02-08 16:30:54 -06:00
parent 58d3fbd7c2
commit 5f3dfb5c96
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
class Reminder
class CandidateReminder
def initialize
@collection = reminder_collection
end