59 60 61
# File 'lib/models/task.rb', line 59 def set_default_project self.project = Project.default if self.project.nil? end