Sha256: 10d1d54139fd52c1d115c2f4182c17fffe2913264027b4941ee60963901a1d5c

Contents?: true

Size: 368 Bytes

Versions: 12

Compression:

Stored size: 368 Bytes

Contents

module Mack
  # Any modules below Mack::ViewHelpers will automatically be included into all views.
  # If you would like to include all Mack::ViewHelpers modules into another class you
  # can do so by simply including Mack::ViewHelpers
  module ViewHelpers
    module ApplicationHelper
      # Anything in this module will be included into all views
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
mack-0.7.0 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.7.1.1 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.7.0.1 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.8.0.101 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.8.0.100 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.7.1 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.8.0 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.8.0.2 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.8.1 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.8.2 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.8.3 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template
mack-0.8.3.1 lib/mack/generators/mack_application_generator/templates/app/helpers/views/application_helper.rb.template