instance method
method_missing_target
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
method_missing_target()
No documentation comment.
Source
# File activemodel/lib/active_model/attribute_methods.rb, line 365
def method_missing_target
:"#{prefix}attribute#{suffix}"
end
Defined in activemodel/lib/active_model/attribute_methods.rb line 365
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher