Flowdock
method

copy_stylesheet

Importance_0
copy_stylesheet() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/css/assets/assets_generator.rb, line 8
      def copy_stylesheet
        copy_file "stylesheet.css", File.join('app/assets/stylesheets', class_path, "#{file_name}.css")
      end
Register or log in to add new notes.