You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Started GET "/" for 127.2.104.1 at 2014-03-10 19:04:47 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (1.8ms)
Completed 500 Internal Server Error in 5ms
ActionView::Template::Error (undefined method `id' for nil:NilClass):
37:
38: <% if !@pages.empty? %>
39:
Started GET "/" for 127.2.104.1 at 2014-03-10 19:04:47 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (1.8ms)
Completed 500 Internal Server Error in 5ms
ActionView::Template::Error (undefined method `id' for nil:NilClass):
37:
38: <% if !@pages.empty? %>
39:
40: <%= link_to("/pages/#{@first.id}/cycle", {:class => 'btn btn-small btn-success', :id => 'play', :rel => 'tooltip', :title => 'cycle pages'}) do %>
41: <% end %>
42:
43: <% end %>
app/views/home/index.html.erb:40
The text was updated successfully, but these errors were encountered: