NoMethodError in Home#index

Showing app/views/home/index.rhtml where line #50 raised:

You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.each

Extracted source (around line #50):

47: 	<% if !@futureevents.empty? %>
48: <div class="subhead">&nbsp; </div>
49: 		
50: 				<% for e in @futureevents[2..3] %>
51: 		<div class="eventrow">
52: 			<% if !e.venue.nil? %>
53: 			<div class="venue">

RAILS_ROOT: ../config/..

Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/app/views/home/index.rhtml:50:in `_run_rhtml_47app47views47home47index46rhtml'

Request

Parameters: None

Show session dump

Response

Headers: {"cookie"=>[], "Cache-Control"=>"no-cache"}