method

copy_stylesheets_file

rails latest stable - Class: Rails::Generators::StylesheetsGenerator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

copy_stylesheets_file()
public

No documentation available.

# File railties/lib/rails/generators/rails/stylesheets/stylesheets_generator.rb, line 4
      def copy_stylesheets_file
        template "scaffold.css", "public/stylesheets/scaffold.css" if behavior == :invoke
      end