[fix #1601] show pipedrive demandes in manager
This commit is contained in:
parent
e92853853d
commit
9e566596fa
5 changed files with 99 additions and 1 deletions
9
app/models/demande.rb
Normal file
9
app/models/demande.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class Demande
|
||||
def self.model_name
|
||||
self
|
||||
end
|
||||
|
||||
def self.human(*args)
|
||||
"Demandes"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue