Module: StringLengthLimit

Extended by:
ActiveSupport::Concern
Included in:
Blog, Content, Feedback, Ping, PostType, Redirect, Resource, Tag, User
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