41 42 43
# File 'lib/models/project.rb', line 41 def set_default_client self.client = Client.default if self.client.nil? end