# File lib/rails/generators/sass/assets/assets_generator.rb, line 8
      def copy_sass
        template "stylesheet.css.sass", File.join('app/assets/stylesheets', class_path, "#{file_name}.css.sass")
      end