api_entities.rb 250 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 module PushNotificationPlugin::Entities class DeviceUser < Api::Entities::User expose :device_token_list, :as => :device_tokens expose :notification_settings do |user, options| user.notification_settings.hash_flags end end end