instance method
_limit
Ruby on Rails 8.0.4
Since v7.1.6 PrivateSignature
_limit()
No documentation comment.
Source
# File activemodel/lib/active_model/type/integer.rb, line 108
def _limit
limit || DEFAULT_LIMIT
end
Defined in activemodel/lib/active_model/type/integer.rb line 108
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Type::Integer