method

partial_variable_name

rails latest stable - Class: ActionView::Partials

Method deprecated or moved

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

partial_variable_name(partial_name)
private

No documentation available.

# File actionpack/lib/action_view/partials.rb, line 170
      def partial_variable_name(partial_name)
        partial_name.split('/').last.split('.').first.intern
      end