class Gamera::PageSections::RowEditor

Wrapper class for row edit action

Public Instance Methods

edit(table_row) click to toggle source
# File lib/gamera/page_sections/table.rb, line 236
def edit(table_row)
  table_row.find_link('Edit').click
end