Module: StringLengthLimit
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/string_length_limit.rb
Constant Summary collapse
- STRING_LIMIT =
Default string length limit for model attributes. When running on MySQL, this is equal to the default string length in the database as set by Rails.
255