cartodb-4.42/app/models/carto/like.rb

6 lines
134 B
Ruby
Raw Normal View History

2024-04-06 13:25:13 +08:00
require 'active_record'
class Carto::Like < ActiveRecord::Base
# INFO: old code expects `actor` to be the uuid, not the entity
end