Sha256: 03bd6aec6a132bbc107efd79b5cefe1746bbd65b89f0be3b998adaa41aa173c0
Contents?: true
Size: 513 Bytes
Versions: 47
Compression:
Stored size: 513 Bytes
Contents
if defined? ::Rails and ::Rails::VERSION::MAJOR == 2 require 'brighter_planet_layout' require ::BrighterPlanetLayout.helper_file ::Rails.configuration.to_prepare do ::ApplicationController.helper ::BrighterPlanetHelper # sabshere 7/29/10 this makes it impossible to apply selectively # ::ApplicationController.layout 'brighter_planet' # sabshere 7/29/10 the view path appears to be magically appended # ::ApplicationController.append_view_path ::BrighterPlanetLayout.view_path end end
Version data entries
47 entries across 47 versions & 2 rubygems