Add feature toggle for Connect+Learn homepage

This commit is contained in:
Rohan Mitchell
2016-08-03 12:14:52 +10:00
parent e966b474b4
commit 23827d6c57

View File

@@ -7,7 +7,7 @@ module OpenFoodNetwork
private
def self.features
{}
{connect_learn_homepage: false}
end
end
end