Sha256: 87500dc16a3d074fcf2f75f4483ec598fa57c45e06272af0745a71d2454e00b8
Contents?: true
Size: 740 Bytes
Versions: 3
Compression:
Stored size: 740 Bytes
Contents
# Load rake tasks require 'theme_support/railtie' # Load the Theme model and ThemeController require 'theme_support/themesupport' require 'theme_support/themesupport_controller' # Initializes theme support by extending some of the core Rails classes require 'theme_support/patches/abstractcontroller_ex' require 'theme_support/patches/routeset_ex' # Add the tag helpers for rhtml and, optionally, liquid templates require 'theme_support/helpers/erb_theme_tags' # Commented out to remove the message # "Liquid doesn't seem to be loaded... uninitialized constant Liquid" #begin # require 'helpers/liquid_theme_tags' #rescue # # I guess Liquid isn't being used... # STDERR.puts "Liquid doesn't seem to be loaded... #{$!}" #end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
theme_support-3.0.7 | lib/theme_support.rb |
theme_support-3.0.6 | lib/theme_support.rb |
theme_support-3.0.5 | lib/theme_support.rb |