Return all servers for this project
36 37 38
# File 'lib/deploy/resources/project.rb', line 36 def servers Server.find(:all, :project => self) end