Commit cad8c6dec62f58872623060647416c4c3c16a560

Authored by Victor Costa
1 parent ab1ef19c

Revert "api: expose category id"

This reverts commit ab1ef19cfc02c307bc8c83a9ee01de7f25125995.
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/noosfero/api/entities.rb
... ... @@ -62,7 +62,6 @@ module Noosfero
62 62  
63 63 class Category < CategoryBase
64 64 root 'categories', 'category'
65   - expose :id
66 65 expose :slug
67 66 expose :full_name do |category, options|
68 67 category.full_name
... ...