Flowdock
method

candidate_for_layout?

Importance_0
v2.2.1 - 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 574
      def candidate_for_layout?(options)
        !@template.send(:_exempt_from_layout?, default_template_name)
      end
Register or log in to add new notes.