Sha256: a2fee54d7b5661a44a9647e433f4050f74ab74165d61d4612c7ddda2d6c5e3f0
Contents?: true
Size: 433 Bytes
Versions: 131
Compression:
Stored size: 433 Bytes
Contents
module ForestLiana class MixpanelEventSerializer include ForestAdmin::JSONAPI::Serializer attribute :id attribute :event attribute :city attribute :region attribute :timezone attribute :os attribute :osVersion attribute :country attribute :date attribute :browser def self_link nil end def type @options[:context][:type] || 'mixpanel_events' end end end
Version data entries
131 entries across 131 versions & 1 rubygems