Flowdock
method

freeze_formats

Importance_1
v3.0.0 - Show latest stable - 0 notes - Class: ActionView::LookupContext::Details
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.