# File lib/compass/installers/rails.rb, line 6
      def configuration_defaults
        {
          :sass_dir => (sass_dir || prompt_sass_dir),
          :css_dir => (css_dir || prompt_css_dir),
          :images_dir => default_images_dir,
          :javascripts_dir => default_javascripts_dir,
          :http_stylesheets_path => default_http_stylesheets_path,
          :http_javascripts_path => default_http_javascripts_path,
          :http_images_path => default_http_images_path
        }
      end