You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a way to specify rails generate planter:seeder users --csv rails generate planter:seeder users --data_array rails generate planter:seeder users --custom
Depending on what's passed, the generator adds the correct text. The --csv option will also add the csv file, and add the field names as the headers, pulled from that table.
The text was updated successfully, but these errors were encountered:
Add a way to specify
rails generate planter:seeder users --csv
rails generate planter:seeder users --data_array
rails generate planter:seeder users --custom
Depending on what's passed, the generator adds the correct text. The
--csv
option will also add the csv file, and add the field names as the headers, pulled from that table.The text was updated successfully, but these errors were encountered: