method

block_is_within_action_view?

Importance_0
Ruby on Rails latest stable (v2.3.4) - 0 notes - Class: ActionView::Helpers::JavaScriptHelper

Method deprecated

This method is deprecated on the latest stable version of Rails. The last existing version (v2.1.0) is shown here.

block_is_within_action_view?(block) 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/action_view/helpers/javascript_helper.rb, line 210
      def block_is_within_action_view?(block)
        eval("defined? _erbout", block.binding)
      end
Register or log in to add new notes.