* Remove pro role on user, expose pro dashboard to all users as analytics * Remove pro from Elasticsearch mappings * Update user role docs to use :trusted over :pro * Remove pro from Role model spec * Remove more references to pro, as noted by @rhymes
5 lines
133 B
Ruby
5 lines
133 B
Ruby
module Search
|
|
class NestedUserSerializer < ApplicationSerializer
|
|
attributes :id, :name, :profile_image_90, :username
|
|
end
|
|
end
|