TrestleAdmin/trestle

View on GitHub
app/helpers/trestle/display_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Trestle
  module DisplayHelper
    def display(instance)
      Trestle::Display.new(instance).to_s
    end
  end
end