Skip to content

Instantly share code, notes, and snippets.

@Spaceghost
Forked from pankajmore/gist:4026700
Created November 6, 2012 18:56
Show Gist options
  • Save Spaceghost/4026720 to your computer and use it in GitHub Desktop.
Save Spaceghost/4026720 to your computer and use it in GitHub Desktop.
local variable in js.erb
undefined local variable or method `course' for #<#<Class:0x0000000387d040>:0x000000043ebda0>
$(".modal-header h3").html("<%= @course.name %>")
respond_to do |format|
format.js
end
def show
@course = OfferedCourse.find(params[:id])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment