Rails scaffold without the css file? -


is there way generate scaffold in rails 3.0 scaffold.css not created? @ command line can enter skip step?

thanks

there --no-stylesheets flag can use:

rails g scaffold mymodel --no-stylesheets 

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -