Commit 75689f5d192c74335d8c23538812e86255fcf448

Authored by Victor Costa
2 parents 89a2e4d5 cad8c6de

Merge branch 'api' into production

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
... ...