Sha256: 96aaf9fb04a5b3a9f731946551dfcbde5451f5496525b5b3f979fe6c01307ce6

Contents?: true

Size: 124 Bytes

Versions: 25

Compression:

Stored size: 124 Bytes

Contents

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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
trestle-0.10.0 app/helpers/trestle/display_helper.rb
trestle-0.10.0.pre2 app/helpers/trestle/display_helper.rb
trestle-0.10.0.pre app/helpers/trestle/display_helper.rb
trestle-0.9.8 app/helpers/trestle/display_helper.rb
trestle-0.9.7 app/helpers/trestle/display_helper.rb
trestle-0.9.6 app/helpers/trestle/display_helper.rb
trestle-0.9.5 app/helpers/trestle/display_helper.rb
trestle-0.9.4 app/helpers/trestle/display_helper.rb
trestle-0.9.3 app/helpers/trestle/display_helper.rb
trestle-0.9.2 app/helpers/trestle/display_helper.rb
trestle-0.9.1 app/helpers/trestle/display_helper.rb
trestle-0.9.0 app/helpers/trestle/display_helper.rb
trestle-0.8.13 app/helpers/trestle/display_helper.rb
trestle-0.8.12 app/helpers/trestle/display_helper.rb
trestle-0.8.11 app/helpers/trestle/display_helper.rb
trestle-0.8.10 app/helpers/trestle/display_helper.rb
trestle-0.8.9 app/helpers/trestle/display_helper.rb
trestle-0.8.8 app/helpers/trestle/display_helper.rb
trestle-0.8.7 app/helpers/trestle/display_helper.rb
trestle-0.8.6 app/helpers/trestle/display_helper.rb