diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-12-05 17:10:00 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-05 17:10:00 +0000 |
commit | 0396a6153dc1ffbce135505ef45d53f320f090b3 (patch) | |
tree | 3a4d31523914c45372480eaac878f0a509cfc275 /lib | |
parent | 050b9f8291de53f0bc7f5cf8c520cb07e094eb04 (diff) |
Remove public body categories.
Fixes #31.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public_body_categories_en.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/public_body_categories_en.rb b/lib/public_body_categories_en.rb deleted file mode 100644 index a8969ba..0000000 --- a/lib/public_body_categories_en.rb +++ /dev/null @@ -1,16 +0,0 @@ -# The PublicBodyCategories structure works like this: -# [ -# "Main category name", -# [ "tag_to_use_as_category", "Sub category title", "sentence that can describes things in this subcategory" ], -# [ "another_tag", "Second sub category title", "another descriptive sentence for things in this subcategory"], -# "Another main category name", -# [ "another_tag_2", "Another sub category title", "another descriptive sentence"] -# ]) - -PublicBodyCategories.add(:en, [ - "Silly ministries", - [ "useless_agency", "Useless ministries", "a useless ministry" ], - [ "lonely_agency", "Lonely agencies", "a lonely agency"], - "Popular agencies", - [ "popular_agency", "Popular agencies", "a lonely agency"] -]) |