Commit 2e7f3792 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Add Preview namespace to EE extension so Rails

could find it better?
parent 700e532e
class NotifyPreview < ActionMailer::Preview
prepend EE::NotifyPreview
prepend EE::Preview::NotifyPreview
def note_merge_request_email_for_individual_note
note_email(:note_merge_request_email) do
......
module EE
module Preview
module NotifyPreview
extend ActiveSupport::Concern
......@@ -56,4 +57,5 @@ module EE
@user ||= User.first
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment