Skip to content

Commit

Permalink
Update init.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
koledas authored May 8, 2020
1 parent 1651256 commit 7031db2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions init.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'redmine'

ActionDispatch::Callbacks.to_prepare do
Rails.configuration.to_prepare do
require_dependency 'project'
require_dependency 'principal'
require_dependency 'user'
Expand All @@ -25,9 +24,9 @@

Redmine::Plugin.register :custom_users_as_assignees do
name 'Expand Custom Users as Assignees plugin'
author 'preciousplum'
author 'preciousplum & koledas'
description 'Redmine plugin for adding assignee functionality includes default query and reminder to custom users'
version '0.0.3'
url 'https://github.com/preciousplum/custom_users_as_assignees'
version '0.0.4'
url 'https://github.com/koledas/custom_users_as_assignees'
author_url 'https://github.com/preciousplum/'
end

0 comments on commit 7031db2

Please sign in to comment.