Display enterprise groups on home page by position

This commit is contained in:
Rohan Mitchell
2013-10-30 14:48:04 +11:00
parent 647e1d196c
commit fc8c82d5d2

View File

@@ -8,7 +8,7 @@ class HomeController < BaseController
end
def temp_landing_page
@groups = EnterpriseGroup.on_front_page
@groups = EnterpriseGroup.on_front_page.by_position
render layout: false
end