Method: ActionView::Helpers::FormBuilder._to_partial_path

Defined in:
actionview/lib/action_view/helpers/form_helper.rb

._to_partial_pathObject



1705
1706
1707
# File 'actionview/lib/action_view/helpers/form_helper.rb', line 1705

def self._to_partial_path
  @_to_partial_path ||= name.demodulize.underscore.sub!(/_builder$/, "")
end