Sha256: 3e7cfb51903174bd0aff93c76f5e1497d8a358a84620fb9199e9dd0b44ba4ab3
Contents?: true
Size: 496 Bytes
Versions: 3
Compression:
Stored size: 496 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' require_relative './export/path_for_helper' module ActionSet module Helpers module HelperMethods include Sort::LinkForHelper include Pagination::LinksForHelper include Params::FormForObjectHelper include Export::PathForHelper end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
actionset-0.8.2 | lib/action_set/helpers/helper_methods.rb |
actionset-0.8.1 | lib/action_set/helpers/helper_methods.rb |
actionset-0.8.0 | lib/action_set/helpers/helper_methods.rb |