# File lib/compass/installers/rails.rb, line 33
      def finalize(options = {})
        if options[:create]
          puts "\nCongratulations! Your rails project has been configured to use Compass.\nSass will automatically compile your stylesheets during the next\npage request and keep them up to date when they change.\nMake sure you restart your server!\n"
        end
        puts "\nNext add these lines to the head of your layouts:\n\n"
        puts stylesheet_links
        puts "\n(You are using haml, aren't you?)"
      end