class Formotion::RowType::SubmitRow

Public Instance Methods

on_select(tableView, tableViewDelegate) click to toggle source
# File lib/formotion/row_type/submit_row.rb, line 7
def on_select(tableView, tableViewDelegate)
  tableViewDelegate.submit
end