Class PortlettableGroup
In: app/models/portlettable_group.rb
Parent: ActiveRecord::Base

ポートレットのグループのモデル。

Methods

fit?  

Public Instance methods

3段階でのサイズ s に合うかどうかを判定する。

[Source]

    # File app/models/portlettable_group.rb, line 29
29:   def fit?(s)
30:     s  == "L" || category == "S"
31:   end

[Validate]