Module: Trestle::DisplayHelper

Defined in:
app/helpers/trestle/display_helper.rb

Instance Method Summary collapse

Instance Method Details

#display(instance) ⇒ Object



3
4
5
# File 'app/helpers/trestle/display_helper.rb', line 3

def display(instance)
  Trestle::Display.new(instance).to_s
end