In Rails, if we have a model called `Shift`, by convention Rails will assume there is a database table called `shifts`. Is there a way for us to use a different table name? * code example
Example: rails g model
$ rails generate model Article title:string text:text