redmine_dmsf/lib/redmine_dmsf.rb
Daniel Munn 82e53e7fdf Copy DMSF functionality expansion
Data linkup (with dependency destruction)
2012-06-22 09:26:45 +01:00

13 lines
347 B
Ruby

require 'redmine_dmsf/patches' #plugin patches
require 'redmine_dmsf/webdav' #DAV4Rack implementation
#Hooks
require 'redmine_dmsf/hooks/view_projects_form_hook'
module RedmineDmsf
end
#Add plugin's view folder into ActionMailer's paths to search
ActionMailer::Base.append_view_path(File.expand_path(File.dirname(__FILE__) + '/../app/views'))