Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
L33tH4x0r committed Feb 20, 2020
1 parent ccb9cdc commit 92b1160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class HolidaysController < ApplicationController
send_zip {
'Holidays in Lyon <3' => Holidays.where(place: 'lyon').first.pictures,
'Holidays in Paris' => [
Holidays.where(place: 'paris').first.pictures,
'Eiffle Tower' => Holidays.where(place: 'eiffle_tower').first.pictures
'Eiffle Tower' => Holidays.where(place: 'eiffle_tower').first.pictures,
Holidays.where(place: 'paris').first.pictures
]
}
end
Expand Down

0 comments on commit 92b1160

Please sign in to comment.