Sha256: acd0e4839ea403f01c9ee03a7e854db287680685b9dcf5999fca4d049ccd051c
Contents?: true
Size: 431 Bytes
Versions: 4
Compression:
Stored size: 431 Bytes
Contents
module Wobapphelpers module Helpers autoload :IconHelper, 'wobapphelpers/helpers/icon_helper.rb' autoload :ActionViewHelper, 'wobapphelpers/helpers/action_view_helper.rb' autoload :PolymorphicHelper, 'wobapphelpers/helpers/polymorphic_helper.rb' # one module to rule all module All include IconHelper include ActionViewHelper # PolymorphicHelper must be explicit included end end end
Version data entries
4 entries across 4 versions & 1 rubygems