Class Cell
In: app/models/cell.rb
Parent: ActiveRecord::Base

格子状のレイアウトの単位のモデル。

Methods

portlet  

Public Instance methods

セル上にあるポートレットを返す。

[Source]

    # File app/models/cell.rb, line 33
33:   def portlet
34:     Portlet.find_by_pane_id_and_position(pane_id, position)
35:   end

[Validate]