Flowdock
method

freeze_formats

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ActionView::LookupContext::Details

Method deprecated or moved

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

freeze_formats(formats, unless_frozen=false) public

Freeze the current formats in the lookup context. By freezing them, you are guaranteeing that next template lookups are not going to modify the formats. The controller can also use this, to ensure that formats won’t be further modified (as it does in respond_to blocks).

Show source
Register or log in to add new notes.