Method: Formotion::Form#numberOfSectionsInTableView
- Defined in:
- lib/formotion/form/form_delegate.rb
#numberOfSectionsInTableView(tableView) ⇒ Object
UITableViewDataSource Methods
46 47 48 |
# File 'lib/formotion/form/form_delegate.rb', line 46 def numberOfSectionsInTableView(tableView) self.sections.count end |