cartodb/app/models/carto/like.rb

6 lines
134 B
Ruby
Raw Normal View History

2020-06-15 10:58:47 +08:00
require 'active_record'
class Carto::Like < ActiveRecord::Base
# INFO: old code expects `actor` to be the uuid, not the entity
end