Skip to content

Commit

Permalink
Merge pull request suer#1 from tenten0213/master
Browse files Browse the repository at this point in the history
modified require to require_dependency
  • Loading branch information
suer committed Sep 29, 2014
2 parents b7cd1ad + 84c6afb commit 50a8efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'redmine_webhook'
require_dependency 'redmine_webhook'

Rails.configuration.to_prepare do
unless ProjectsHelper.included_modules.include? RedmineWebhook::ProjectsHelperPatch
Expand Down

0 comments on commit 50a8efa

Please sign in to comment.