method

block_is_within_action_view?

rails latest stable - Class: ActionView::Helpers::JavaScriptHelper

Method deprecated or moved

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

block_is_within_action_view?(block)
private

No documentation available.

# File actionpack/lib/action_view/helpers/javascript_helper.rb, line 210
      def block_is_within_action_view?(block)
        eval("defined? _erbout", block.binding)
      end