Commit f6c6479c90a65997de0bdf2d761dd8e48721347b

Authored by Victor Costa
2 parents cfe84a01 64972c9a

Merge branch 'hotfixes' into stable

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/controllers/public/home_controller.rb
... ... @@ -12,6 +12,7 @@ class HomeController < PublicController
12 12 @area_news = environment.portal_folders
13 13 end
14 14 end
  15 + render :file => 'home/index', :formats => [:html]
15 16 end
16 17  
17 18 def terms
... ...