RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: 1dolinski
Struct.new gives me a superclass mismatch I fixed this by removing the < Struct.new and adding attr_accessor :view, :date, :callback
Struct.new gives me a superclass mismatch
I fixed this by removing the < Struct.new and adding
attr_accessor :view, :date, :callback