woblavobla / redmine_custom_reminder

Simple redmine plugin for scheduled email sending;
Apache License 2.0
8 stars 12 forks source link

fixed: import error #6

Closed Ox0400 closed 5 years ago

Ox0400 commented 5 years ago

fixed import module exception. NameError (uninitialized constant CustomRemindersController::CustomRemindersEmailNotificationJob Did you mean? CustomFieldEnumerationsController):

plugins/redmine_custom_reminder/app/controllers/custom_reminders_controller.rb:74:in `schedule_custom_reminder'

woblavobla commented 5 years ago

Looks good to me! :) Thank you @ChainBoy .