# File lib/compass/app_integration/rails/installer.rb, line 115
        def config_contents
          project_path, Compass.configuration.project_path = Compass.configuration.project_path, nil
          ("# This configuration file works with both the Compass command line tool and within Rails.\n" +
           Compass.configuration.serialize)
        ensure
          Compass.configuration.project_path = project_path
        end