instance method
plain?
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
plain?()
No documentation comment.
Source
# File activemodel/lib/active_model/attribute_methods.rb, line 385
def plain?
prefix.empty? && suffix.empty?
end
Defined in activemodel/lib/active_model/attribute_methods.rb line 385
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher