Ruby 1.8.7 patchlevel inconsistency; “super called outside of method”
I discovered an interesting difference between two patch levels of the same Ruby (1.8.7) def index respond_to do |format| format.html { super # call the index method of the superclass…