Sha256: 1a2f9deae6675d1f901069e6b761f26c34888c2d02047522e3107d10099eb80c

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

require 'vedeu/application/helper'

module Vedeu

  # Provides methods which should be available to all client application
  # helpers. The client application's ApplicationHelper will include this
  # module.
  #
  # @api private
  module ApplicationHelper

    include Vedeu::Helper

  end # ApplicationHelper

end # Vedeu

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vedeu-0.4.56 lib/vedeu/application/application_helper.rb
vedeu-0.4.55 lib/vedeu/application/application_helper.rb