Commit 6fd2fb67 by Cuong Tran

Add back the 'exclude_scaffolds' option

parent 40491501
......@@ -22,6 +22,7 @@ if Rails.env.development?
'exclude_fixtures' => 'false',
'exclude_factories' => 'false',
'exclude_serializers' => 'false',
'exclude_scaffolds' => 'false',
'ignore_model_sub_dir' => 'false',
'skip_on_db_migrate' => 'false',
'format_bare' => 'true',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment