send_email_plugin_profile_controller.rb 170 Bytes
class SendEmailPluginProfileController < ProfileController
  append_view_path File.join(File.dirname(__FILE__) + '/../views')
  include SendEmailPluginBaseController
end