Flowdock
method

define_proxy_call

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ActiveModel::AttributeMethods::ClassMethods
define_proxy_call(include_private, code_generator, name, target, *extra) private

Define a method `name` in `mod` that dispatches to `send` using the given `extra` args. This falls back on `define_method` and `send` if the given names cannot be compiled.

Show source
Register or log in to add new notes.