# File lib/compass/app_integration/rails/installer.rb, line 93
        def config_contents
          "# This configuration file works with both the Compass command line tool and within Rails.\n" +
          Compass.configuration.serialize do |prop, value|
            if prop == :project_path
              "project_path = Compass::AppIntegration::Rails.root\n"
            elsif prop == :environment
              "environment = Compass::AppIntegration::Rails.env\n"
            elsif prop == :output_style
              ""
            end
          end
        end