Method: Cell::ViewModel::Rendering#show

Defined in:
lib/cell/view_model.rb

#show(&block) ⇒ Object

Since 4.1, you get the #show method for free.



97
98
99
# File 'lib/cell/view_model.rb', line 97

def show(&block)
  render(&block)
end