Sha256: c3188813b83ea44022a7a26d2590022296c7356cb568a652dc5d638b3806fbca
Contents?: true
Size: 621 Bytes
Versions: 4
Compression:
Stored size: 621 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 BrowserIrb # Your code goes here... end end
Version data entries
4 entries across 4 versions & 1 rubygems