How to generate scaffold_resource for a singular resource?

‘ruby script/generate scaffold_resource model’ will generate a
controller called ‘models_controller’, but is there an option to the
command that would generate a singular resource controller (just
‘model_controller’)

Thanks,
Nelson