Forgive the title if its not exactly clear, not sure how to properly say the issue which is probably why Google isn't helping. Anyways:
Trying to use Ruby on Rails scaffold command
rails generate scaffold Product \ title:string description:text image_url:string price:decimal
Tried writing it different ways, with different inputs, etc. But it ALWAYS adds white space in the "title:string" changing to "title: string" so anywhere title:string should appear it places title: string and I get syntax error after syntax error in every file and have to manually change this. What am I or it doing wrong? I'm creating this on CentOS 7 if that makes a difference? Thanks for any help