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
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
Post a Comment