method

method_missing

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: CurrentAttributes
method_missing(name, ...) private

No documentation

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

Hide source
# File activesupport/lib/active_support/current_attributes.rb, line 177
        def method_missing(name, ...)
          instance.public_send(name, ...)
        end
Register or log in to add new notes.