[fix #1601] show pipedrive demandes in manager

This commit is contained in:
simon lehericey 2018-03-20 16:33:51 +01:00
parent e92853853d
commit 9e566596fa
5 changed files with 99 additions and 1 deletions

9
app/models/demande.rb Normal file
View file

@ -0,0 +1,9 @@
class Demande
def self.model_name
self
end
def self.human(*args)
"Demandes"
end
end