Sha256: c2738c6048ed26fe66815064b66e3998476fba945362a9a57b04a3f5c6f40880
Contents?: true
Size: 746 Bytes
Versions: 1
Compression:
Stored size: 746 Bytes
Contents
module StaticMatic autoload :Builder, 'staticmatic/builder' autoload :Config, 'staticmatic/config' autoload :Deprecation, 'staticmatic/deprecation' autoload :Previewer, 'staticmatic/previewer' autoload :Rescue, 'staticmatic/rescue' module Helpers autoload :AssetTagHelper, 'staticmatic/helpers/asset_tag_helper' autoload :DeprecatedHelpers, 'staticmatic/helpers/deprecated_helpers' autoload :PageHelper, 'staticmatic/helpers/page_helper' autoload :UrlHelper, 'staticmatic/helpers/url_helper' end end require 'staticmatic/actionpack_support/mime' require 'staticmatic/actionpack_support/remove_partial_benchmark' require 'staticmatic/actionpack_support/remove_controller_caching'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdreyno-staticmatic-2.1.0 | lib/staticmatic/autoload.rb |