6 lines
134 B
Ruby
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
|