Flowdock
method

candidate_for_layout?

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionMailer::Base
candidate_for_layout?(options) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/lib/action_mailer/base.rb, line 581
      def candidate_for_layout?(options)
        !self.view_paths.find_template(default_template_name, default_template_format).exempt_from_layout?
      rescue ActionView::MissingTemplate
        return true
      end
Register or log in to add new notes.