Sha256: 0009a6b9fdf1ca0b9d4f06181b0b4c575fbb50402e0080b953958408e70af70d

Contents?: true

Size: 563 Bytes

Versions: 4

Compression:

Stored size: 563 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
actionset-0.11.0 lib/action_set/helpers/helper_methods.rb
actionset-0.10.0 lib/action_set/helpers/helper_methods.rb
actionset-0.9.2 lib/action_set/helpers/helper_methods.rb
actionset-0.9.1 lib/action_set/helpers/helper_methods.rb