Problem polega na tym że zainstalowałem gem ‘carrierwave’ oraz gem ‘mini_magick’ do wgrywania obrazów na strone. Niestety podczas dodawania zdjecia, a następnie wczytywanie po wczytaniu go wyskakuje cos takiego.
NoMethodError in AdsController#update
undefined method `map’ for #ActionDispatch::Http::UploadedFile:0x007fc08465eba8 Did you mean? tap
Extracted source (around line #45):
** def update**
** respond_to do |format|**
** if @ad.update(ad_params)**
** format.html { redirect_to @ad, notice: ‘Ad was successfully updated.’ }**
** format.json { render :show, status: :ok, location: @ad }**
** else**