|
|
@ -10,7 +10,6 @@ class Softapplication < ActiveRecord::Base
|
|
|
|
belongs_to :user
|
|
|
|
belongs_to :user
|
|
|
|
belongs_to :project
|
|
|
|
belongs_to :project
|
|
|
|
has_many :contests, :through => :contesting_softapplications
|
|
|
|
has_many :contests, :through => :contesting_softapplications
|
|
|
|
belongs_to :project
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def add_jour(user, notes, reference_user_id = 0, options = {})
|
|
|
|
def add_jour(user, notes, reference_user_id = 0, options = {})
|
|
|
|
if options.count == 0
|
|
|
|
if options.count == 0
|
|
|
|