method

method_missing_target

Method deprecated or moved

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

method_missing_target()
public

No documentation available.

# File activemodel/lib/active_model/attribute_methods.rb, line 365
          def method_missing_target
            :"#{prefix}attribute#{suffix}"
          end