Sha256: 1933278a1492396abcca00eb8d9b446c798c422d7370e36dc5228463d4a74900

Contents?: true

Size: 232 Bytes

Versions: 12

Compression:

Stored size: 232 Bytes

Contents

require "weeler/action_view/helpers/image_form_helper"

module Weeler
  module ActionView
    module Helpers
      module FormHelper
        extend ActiveSupport::Concern

        include ImageFormHelper
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
weeler-1.6.0 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.5.4 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.5.2 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.5.1 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.4.0 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.2.0 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.1.0 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.0.4 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.0.3 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.0.2 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.0.1 lib/weeler/action_view/helpers/form_helper.rb
weeler-1.0.0 lib/weeler/action_view/helpers/form_helper.rb