For example, when the Reservation model is created, I would like to create a corresponding JSON file.
I think I should add the json column to the Reservation model and store the path to the json file, but I don't know how to create the json file.
Thank you for your cooperation.
ruby-on-rails json
Where are you going to save the files you created? I don't think it makes sense to save them on the server where the rails are running.
Your choice is:
I think there is.
© 2024 OneMinuteCode. All rights reserved.