RubyMine 2018.1 Help

Extract Partial Dialog

Refactor | Extract Partial

Use this dialog to create a partial view file from the selected fragment of HTML code in a view. The selection must be valid and contain matching opening and closing tags.

ItemDescription
NameType the string from which RubyMine will generate the resulting partial view name in accordance with the Rails naming conventions. The entered string should not contain extension and the leading underscore.
Last modified: 1 August 2018

See Also