Method: Deploy::Project#deployments
- Defined in:
- lib/deploy/resources/project.rb
#deployments ⇒ Object
Return all deployments for this project
7 8 9 |
# File 'lib/deploy/resources/project.rb', line 7 def deployments Deployment.find(:all, project: self) end |