##// END OF EJS Templates
Fix query management broken by r1027....
Jean-Philippe Lang -
r1018:636579b17ddd
parent child
Show More
@@ -53,7 +53,7 class Query < ActiveRecord::Base
53 53 serialize :filters
54 54 serialize :column_names
55 55
56 attr_protected :project, :user
56 attr_protected :project_id, :user_id
57 57
58 58 validates_presence_of :name, :on => :save
59 59 validates_length_of :name, :maximum => 255
General Comments 0
You need to be logged in to leave comments. Login now