Commit 55b340afb6c6d2b810fe0ae6e71f99f629bb951b

Authored by Victor Costa
1 parent 71d7e8fa

Force html format for home index page

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
... ...