Skip to content

Commit

Permalink
Merge pull request #5 from lawyu89/Add_attributed_to_interaction_to_i…
Browse files Browse the repository at this point in the history
…nteraction_resource_151691758

Add attributed_to_interaction to interaction resource
  • Loading branch information
webandtech authored Oct 10, 2017
2 parents 3b3f47e + d0647e5 commit 3ea8e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/frederick_api/v2/interaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module V2
class Interaction < Resource
belongs_to :location
has_one :contact
has_one :attributed_to_interaction

self.read_only_attributes += [:location_id]
end
Expand Down

0 comments on commit 3ea8e93

Please sign in to comment.