Sha256: 98fa1ec768499b3066d7c5a4c381a52c685ff1b643cd6efad68ef5f626a43cc7
Contents?: true
Size: 988 Bytes
Versions: 24
Compression:
Stored size: 988 Bytes
Contents
module Compass module AppIntegration module Rails extend self def initialize! Compass::Util.compass_warn("WARNING: Please remove the call to Compass::AppIntegration::Rails.initialize! from #{caller[0].sub(/:.*$/,'')};\nWARNING: This is done automatically now. If this is default compass initializer you can just remove the file.") end def root Compass::Util.compass_warn("WARNING: Please remove the call to Compass::AppIntegration::Rails.root from #{caller[0].sub(/:.*$/,'')};\nWARNING: This is done automatically now. If this is default compass initializer you can just remove the file.") ::Rails.root end def env Compass::Util.compass_warn("WARNING: Please remove the call to Compass::AppIntegration::Rails.env from #{caller[0].sub(/:.*$/,'')};\nWARNING: This is done automatically now. If this is default compass initializer you can just remove the file.") ::Rails.env end end end end
Version data entries
24 entries across 23 versions & 3 rubygems