Hassan9229

Results 2 issues of Hassan9229

Using nested_forms in rails for association forms. Survey model `has_many :questions` Question model `has_many :options` In survey form when I click on `` Question fields open but options fields not...

I am using S3 direct upload gem for uploading image to S3. It is working fine. But i want to resize image and then upload it to S3. How can...