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