Make the model unloadable

Avoids reloader-related crashes in development.
pull/6827/head
Felix Schäfer 13 years ago
parent a7999bdf71
commit 1050eb6642
  1. 2
      app/models/my_projects_overview.rb

@ -1,4 +1,6 @@
class MyProjectsOverview < ActiveRecord::Base
unloadable
serialize :top, Array
serialize :left, Array
serialize :right, Array

Loading…
Cancel
Save