Sha256: d992e35018eea341038c22d36e69c495025e0cc3984931180e95a50b4f627329

Contents?: true

Size: 416 Bytes

Versions: 7

Compression:

Stored size: 416 Bytes

Contents

# frozen_string_literal: true

require_relative './sort/link_for_helper'
require_relative './pagination/links_for_helper'
require_relative './pagination/path_for_helper'
require_relative './params/form_for_object_helper'

module ActionSet
  module Helpers
    module HelperMethods
      include Sort::LinkForHelper
      include Pagination::LinksForHelper
      include Params::FormForObjectHelper
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
actionset-0.7.0 lib/action_set/helpers/helper_methods.rb
actionset-0.6.0 lib/action_set/helpers/helper_methods.rb
actionset-0.5.4 lib/action_set/helpers/helper_methods.rb
actionset-0.5.3 lib/action_set/helpers/helper_methods.rb
actionset-0.5.2 lib/action_set/helpers/helper_methods.rb
actionset-0.5.1 lib/action_set/helpers/helper_methods.rb
actionset-0.5.0 lib/action_set/helpers/helper_methods.rb