Commit 89a2e4d5a627aacf45675c016239cac15f7495f5

Authored by Victor Costa
2 parents 41bc416a ab1ef19c

Merge branch 'api' into production

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