Sha256: 7d1c60512b02344dd9cca7c8be5b2f4c23447fd8fc2f749cd530f8b30074a12a
Contents?: true
Size: 243 Bytes
Versions: 21
Compression:
Stored size: 243 Bytes
Contents
module JqueryCdn # Module to add `include_jquery` to Sinatra and other non-Rails apps. module Helpers # Return <script> tags to add jQuery def include_jquery(options = { }) JqueryCdn.include_jquery(options) end end end
Version data entries
21 entries across 21 versions & 1 rubygems