change module name to resolve conflict with model name.

pull/6827/head
Christian Rijke 12 years ago
parent 8b3237a6e7
commit 5857a589ac
  1. 2
      lib/openproject_meeting.rb
  2. 4
      lib/openproject_meeting/engine.rb
  3. 2
      lib/openproject_meeting/hooks.rb
  4. 2
      lib/openproject_meeting/patches/mailer_patch.rb
  5. 2
      lib/openproject_meeting/patches/project_patch.rb
  6. 2
      lib/openproject_meeting/version.rb

@ -1,4 +1,4 @@
require 'openproject_meeting/engine'
module Meeting
module MeetingsPlugin
end

@ -1,8 +1,8 @@
require 'rails/engine'
module Meeting
module MeetingsPlugin
class Engine < ::Rails::Engine
isolate_namespace Meeting
isolate_namespace MeetingsPlugin
config.to_prepare do
require 'redmine/plugin'

@ -1,4 +1,4 @@
module Meeting
module MeetingsPlugin
class Hooks < Redmine::Hook::ViewListener
render_on :activity_index_head,
:partial => 'hooks/activity_index_head'

@ -1,4 +1,4 @@
module Meeting
module MeetingsPlugin
module Patches
module MailerPatch
module InstanceMethods

@ -1,4 +1,4 @@
module Meeting
module MeetingsPlugin
module Patches
module ProjectPatch
def self.included(receiver)

@ -1,3 +1,3 @@
module Meeting
module MeetingsPlugin
VERSION = "2.3.3"
end

Loading…
Cancel
Save