# File lib/compass/installers/rails.rb, line 91
      def config_contents
        Compass.configuration.serialize do |prop, value|
          if prop == :project_path
            "project_path = RAILS_ROOT if defined?(RAILS_ROOT)\n"
          elsif prop == :output_style
            ""
          end
        end
      end