module AssetsInclude

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

helpers(options = {}) click to toggle source
# File lib/assets_include.rb, line 6
def self.helpers(options = {})
  Proxy.assets = Base.new(options)
  Proxy
end