Flowdock
method

_include_layout?

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: AbstractController::Layouts
_include_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 actionpack/lib/abstract_controller/layouts.rb, line 419
    def _include_layout?(options)
      (options.keys & [:text, :inline, :partial]).empty? || options.key?(:layout)
    end
Register or log in to add new notes.