ポートレットのグループのモデル。
3段階でのサイズ s に合うかどうかを判定する。
[Source]
# File app/models/portlettable_group.rb, line 29 29: def fit?(s) 30: s == "L" || category == "S" 31: end
[Validate]