Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Filter names
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottkember authored and mislav committed Jan 21, 2011
1 parent 162b124 commit 54f0947
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions lib/instagram/models.rb
Expand Up @@ -108,19 +108,21 @@ def image_url(size = 150)
end

FILTERS = {
1 => 'X-Pro II',
2 => 'Lomo-fi',
3 => 'Earlybird',
17 => 'Lily',
5 => 'Poprocket',
18 => 'Sutro',
19 => 'Toaster',
1 => 'X-Pro II',
2 => 'Lomo-fi',
3 => 'Earlybird',
4 => 'Apollo',
5 => 'Poprocket',
10 => 'Inkwell',
4 => 'Apollo',
15 => 'Nashville',
13 => 'Gotham',
14 => '1977',
16 => 'Lord Kelvin'
15 => 'Nashville',
16 => 'Lord Kelvin',
17 => 'Lily',
18 => 'Sutro',
19 => 'Toaster',
20 => 'Walden',
21 => 'Hefe'
}

def filter_name
Expand Down

0 comments on commit 54f0947

Please sign in to comment.