Sha256: c0c04f80549047a3d1a3893a7414b8aed29feb8a8ac59df563c6fb984d571934

Contents?: true

Size: 490 Bytes

Versions: 6

Compression:

Stored size: 490 Bytes

Contents

#gem_root = File.expand_path(File.join(File.dirname(__FILE__), ".."))
#Cms.add_to_rails_paths gem_root
#
#throw RuntimeError.new('thumbs_cache folder must exist') unless File.exists? APP_CONFIG[:thumbs_cache]
#
#Cms::PageHelper.module_eval do
#
#	extend BcmsTools::PageHelper
#
#end
#
config.after_initialize do
	#Buzzcore::Tweaks.rails_config = config
	Buzzcore::Tweaks.load_all(File.join(File.dirname(__FILE__),'../tweaks'))
	Buzzcore::Tweaks.load_all(File.join(RAILS_ROOT,'tweaks'))
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
buzzcore-0.5.1 rails/init.rb
buzzcore-0.5.0 rails/init.rb
buzzcore-0.4.3 rails/init.rb
buzzcore-0.4.2 rails/init.rb
buzzcore-0.4.1 rails/init.rb
buzzcore-0.4.0 rails/init.rb