Skip to content

Instantly share code, notes, and snippets.

@zetachang
Created October 18, 2011 03:10
Show Gist options
  • Save zetachang/1294522 to your computer and use it in GitHub Desktop.
Save zetachang/1294522 to your computer and use it in GitHub Desktop.
NameError in Main#index
Showing /Users/apple/Works/ntu_scheduler/app/views/schedules/_show.html.haml where line #3 raised:
undefined local variable or method `schedule' for #<#<Class:0x007fbbce027ee8>:0x007fbbce023ca8>
Extracted source (around line #3):
1: - lesson_names = Array.new(6) do |d|
2: - one_day = Array.new(15, "")
3: - schedule.days[d].lessons.each { |l| one_day[l.time] = l.name }
4: - one_day
5: %table.schedule.zebra-striped
6: %thead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment