Quick fix for a “missing constant” metal problem in Rails 2.3
A bit of metal middleware I use decided to break on me when I upgraded haywood.edu to Rails 2.3.3. The code starts like this: 12345 class Notifications def self.call(env) if env["PATH_INFO"] =~ /^\/notifications/ notices = Notice.all … That 1notices = Notice.all … Continue reading
Posted in Ruby/Rails
Leave a comment