A small fix
This commit is contained in:
@@ -3,6 +3,7 @@ include ApplicationHelper
|
||||
class PagesController < ApplicationController
|
||||
|
||||
def home
|
||||
@conferences = Conference.all
|
||||
@conference = Conference.find(:first, :order => "start_date DESC")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user