method

decorate

rails latest stable - Class: ActionView::FallbackFileSystemResolver

Method deprecated or moved

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

decorate(*)
public

No documentation available.

# File actionview/lib/action_view/template/resolver.rb, line 387
    def decorate(*)
      super.each { |t| t.virtual_path = nil }
    end