Class: Gamera::PageSections::RowEditor
- Inherits:
-
Object
- Object
- Gamera::PageSections::RowEditor
- Defined in:
- lib/gamera/page_sections/table.rb
Overview
Wrapper class for row edit action
Instance Method Summary collapse
Instance Method Details
#edit(table_row) ⇒ Object
236 237 238 |
# File 'lib/gamera/page_sections/table.rb', line 236 def edit(table_row) table_row.find_link('Edit').click end |