Sha256: 74c3a431cc26fddc8c25539997746aea9875091fe1d97360e41a2de70e0ce9e7

Contents?: true

Size: 618 Bytes

Versions: 1

Compression:

Stored size: 618 Bytes

Contents

# If you need to require in code in the gem's app folder, keep in mind that
# the app is not on the load path when the gem is required.  Use
# app/{gemname}/config/initializers/boot.rb to require in client or server
# code.
#
# Also, in volt apps, you typically use the lib folder in the
# app/{componentname} folder instead of this lib folder.  This lib folder is
# for setting up gem code when Bundler.require is called. (or the gem is
# required.)
#
# If you need to configure volt in some way, you can add a Volt.configure block
# in this file.

module Volt
  module Select2
    # Your code goes here...
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
volt-select2-0.1.0 lib/volt/select2.rb