Module: Trailblazer::Cell::Show

Included in:
Trailblazer::Cell
Defined in:
lib/trailblazer/cell.rb

Overview

Automatic #show so you don’t need to define it. Still overridable.

Instance Method Summary collapse

Instance Method Details

#showObject



38
39
40
# File 'lib/trailblazer/cell.rb', line 38

def show
  render
end