method

defaults

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: Renderer
defaults() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/renderer.rb, line 121
    def defaults
      @defaults = @defaults.dup if @defaults.frozen?
      @defaults
    end
Register or log in to add new notes.