Commit aac3cd727d59facddad06b0bbbf8284d3a0eda70
1 parent
ed7b39f6
Exists in
master
change module name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/gamification_plugin/api.rb
| @@ -9,7 +9,7 @@ class GamificationPlugin::API < Grape::API | @@ -9,7 +9,7 @@ class GamificationPlugin::API < Grape::API | ||
| 9 | resource :my do | 9 | resource :my do |
| 10 | get 'badges' do | 10 | get 'badges' do |
| 11 | authenticate! | 11 | authenticate! |
| 12 | - present current_person.badges, :with => Noosfero::API::Entities::Badge | 12 | + present current_person.badges, :with => Api::Entities::Badge |
| 13 | end | 13 | end |
| 14 | 14 | ||
| 15 | get 'points' do | 15 | get 'points' do |