Commit ee22db70dc2b1d9a251e40bd9baeef35b4a221ac

Authored by Carlos Purificação
Committed by Leandro Santos
1 parent aeaecfbd

Added description to environment entity

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/noosfero/api/entities.rb
... ... @@ -232,6 +232,7 @@ module Noosfero
232 232 class Environment < Entity
233 233 expose :name
234 234 expose :id
  235 + expose :description
235 236 end
236 237  
237 238 class Tag < Entity
... ...