cartodb/app/models/carto/like.rb
2020-06-15 10:58:47 +08: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