Skip to content

Commit

Permalink
Update updates.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
BloomSN committed Jan 13, 2016
1 parent a4e00d4 commit c47b131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/updates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def restaurant(report)
@new_features = report[:new_features] || []
@new_features = @new_features.map{ |spid| Feature.find_by(spid: spid) }

mail to: 'Miha Rekar<[email protected]>', subject: 'Bonar restaurants update report'
mail to: 'Nejc Landeker<[email protected]>', subject: 'Bonar restaurants update report'
end
end

0 comments on commit c47b131

Please sign in to comment.