instance method
copy_stylesheets_file
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
copy_stylesheets_file()
No documentation comment.
Source
# 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
Defined in railties/lib/rails/generators/rails/stylesheets/stylesheets_generator.rb line 4
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::StylesheetsGenerator