blob: ce68443c397b8fbce3c0910fdcbe4da2ef02adb7 (
plain) (
tree)
|
|
module Rails
module Generators
class StylesheetsGenerator < Base
def copy_stylesheets_file
template "scaffold.css", "public/stylesheets/scaffold.css" if behavior == :invoke
end
end
end
end
|