module JqueryCdn::Helpers
Module to add `include_jquery` to Sinatra and other non-Rails apps.
Public Instance Methods
include_jquery(options = { })
click to toggle source
Return <script> tags to add jQuery
# File lib/jquery-cdn/helpers.rb, line 5 def include_jquery(options = { }) JqueryCdn.include_jquery(options) end