##// END OF EJS Templates
Adds a form to manually submit an email to the mail handler....
Adds a form to manually submit an email to the mail handler. Use GET /mail_handler?key= to get the form. git-svn-id: http://svn.redmine.org/redmine/trunk@14314 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9351:8d73ddf73ffc
r13932:95f7471e9c78
Show More
init.rb
2 lines | 120 B | text/x-ruby | RubyLexer
require File.dirname(__FILE__) + '/lib/acts_as_searchable'
ActiveRecord::Base.send(:include, Redmine::Acts::Searchable)