class Formotion::RowType::StaticRow

Public Instance Methods

after_build(cell) click to toggle source
# File lib/formotion/row_type/static_row.rb, line 6
def after_build(cell)
  self.row.text_field.enabled = false
end