Class: Candidature

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
StateMachines::Candidature
Defined in:
app/models/candidature.rb

Instance Method Summary collapse

Instance Method Details

#productObject



26
27
28
# File 'app/models/candidature.rb', line 26

def product
  project.product
end

#projectObject

association shortcuts



22
23
24
# File 'app/models/candidature.rb', line 22

def project
  vacancy.project
end