cartodb-4.42/app/models/carto/like.rb
2024-04-06 05:25:13 +00:00

6 lines
134 B
Ruby

require 'active_record'
class Carto::Like < ActiveRecord::Base
# INFO: old code expects `actor` to be the uuid, not the entity
end