Merge branch 'release/3.0' into dev (again)

pull/6827/head
Michael Frister 11 years ago committed by Michael Frister
commit 947b6f851a
  1. 5
      lib/open_project/meeting/engine.rb

@ -17,6 +17,11 @@
#
# See doc/COPYRIGHT.md for more details.
#++
# Prevent load-order problems in case openproject-plugins is listed after a plugin in the Gemfile
# or not at all
require 'open_project/plugins'
module OpenProject::Meeting
class Engine < ::Rails::Engine
engine_name :openproject_meeting

Loading…
Cancel
Save