66 67 68 69 70
# File 'lib/cult/project.rb', line 66 def nodes @nodes ||= begin Node.all(self) end end