Class: Wallaby::Resources::ResourceActionsHtml

Inherits:
Cell
  • Object
show all
Defined in:
app/views/wallaby/resources/resource_actions_html.rb

Overview

Html cell

Instance Method Summary collapse

Instance Method Details

#renderString

Returns:

  • (String)


8
9
10
11
12
# File 'app/views/wallaby/resources/resource_actions_html.rb', line 8

def render
  concat(show_link(local_assigns[:decorated]) {})
  concat(edit_link(local_assigns[:decorated]) {})
  delete_link(local_assigns[:decorated]) {}
end