Skip to content

Commit

Permalink
added attr_accessible :user, :access, :assigned_to to app/models/lead.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
HuckyDucky authored and steveyken committed Jan 30, 2014
1 parent 726e863 commit 31dd629
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/models/entities/lead.rb
Expand Up @@ -37,6 +37,9 @@
#

class Lead < ActiveRecord::Base

attr_accessible :user, :access, :assigned_to

belongs_to :user
belongs_to :campaign
belongs_to :assignee, :class_name => "User", :foreign_key => :assigned_to
Expand Down

0 comments on commit 31dd629

Please sign in to comment.