NameError: uninitialized constant #122

This commit is contained in:
Karel Pičman 2019-04-03 12:29:20 +02:00
parent 334be07d45
commit 2a4d015825

View File

@ -44,7 +44,7 @@ module RedmineCustomWorkflows
lambda { |group, user| Group.users_callback(observable, group, user) }
end
end
end if CustomWorkflow.table_exists?
end
end
module InstanceMethods