Generate scaffold.css to app/assets/stylesheets (next step, SCSSify it if SCSS is available)

上级 023d4f9f
......@@ -2,7 +2,7 @@ module Rails
module Generators
class StylesheetsGenerator < Base
def copy_stylesheets_file
template "scaffold.css", "public/stylesheets/scaffold.css" if behavior == :invoke
template "scaffold.css", "app/assets/stylesheets/scaffold.css" if behavior == :invoke
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册