A small fix

This commit is contained in:
Godwin
2014-07-06 20:15:07 -06:00
parent dd3caa1161
commit f11b40320d
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@ include ApplicationHelper
class PagesController < ApplicationController
def home
@conferences = Conference.all
@conference = Conference.find(:first, :order => "start_date DESC")
end