lib/seedy/records/opportunities.rb in seedy-0.6.4 vs lib/seedy/records/opportunities.rb in seedy-0.6.5

- old
+ new

@@ -20,10 +20,9 @@ class << self def build(user, team, account) opportunity = Opportunities.new opportunity.associate(user,team,account) - puts opportunity opportunity end end def associate(user, team, account) \ No newline at end of file