Sha256: 2a687f9e90feb5aa5cbecf060d64ee54182107cecf738670f858c9905c60db36

Contents?: true

Size: 152 Bytes

Versions: 2

Compression:

Stored size: 152 Bytes

Contents

require 'active_support/core_ext/string/output_safety.rb'
module ApplicationHelper
  include ERB::Util

  def hello_world
    "Hello, World!"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
draper-0.17.0 spec/support/samples/application_helper.rb
draper-0.16.0 spec/support/samples/application_helper.rb