lib/ruby_app/elements/mobile/documents/mail_document.rb in RubyApp-0.5.38 vs lib/ruby_app/elements/mobile/documents/mail_document.rb in RubyApp-0.5.39
- old
+ new
@@ -9,9 +9,11 @@
class MailDocument < RubyApp::Elements::Mobile::Document
template_path(:all, File.dirname(__FILE__))
+ exclude_parent_template(:all)
+
def initialize
super
end
end