# File lib/compass/app_integration/rails/installer.rb, line 48
        def finalize(options = {})
          if options[:create]
            puts "\nCongratulations! Your rails project has been configured to use Compass.\nJust a couple more things left to do.\n\n\#{gem_config_instructions}\n\nThen, make sure you restart your server.\n\nSass will automatically compile your stylesheets during the next\npage request and keep them up to date when they change.\n"
          end
          unless options[:prepare]
            if manifest.has_stylesheet?
              puts "\nNow add these lines to the head of your layout(s):\n\n"
              puts stylesheet_links
            end
          end
        end