Skip to content

Commit

Permalink
Fix csv issue with Cloudinary (remove unnecessary comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
patanj101 committed Jul 8, 2024
1 parent 7d930ec commit bb8d116
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/saved_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ class SavedSearch < ApplicationRecord
has_one_attached :export
# == Scopes ===============================================================
# == Validations ==========================================================
# Cloudinary::Utils.cloudinary_url(SavedSearch.last.export.key, resource_type: 'raw', version: '1/development')
# "https://res.cloudinary.com/dzpupuayh/raw/upload/v1/development/mnntrgef22qhwf5lq52p99xyt3xy?_a=BACCd2Bn"
end

0 comments on commit bb8d116

Please sign in to comment.