Sha256: 2de141d7c836335c44dffb826f1fbaee2121c1dd1bb5252ab159ed6709ab89d5

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

require 'ar_finder_form'
module ArFinderForm
  module Attr
    autoload :Base, 'ar_finder_form/attr/base'
    autoload :Static, 'ar_finder_form/attr/static'
    autoload :Simple, 'ar_finder_form/attr/simple'
    autoload :Like, 'ar_finder_form/attr/like'
    autoload :RangeAttrs, 'ar_finder_form/attr/range_attrs'

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ar_finder_form-0.1.0 lib/ar_finder_form/attr.rb