Mention what is the command to create a migration?
Answer Posted / Sarveshkumar
In Ruby on Rails, the command to create a new migration file is:nn$ rails generate migration [migration_name]
Post New Answer View All Answers
Tell me the role of modules and mixins in ruby?
1