Browse Source

Removed useless option.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8978 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.4.0
Jean-Philippe Lang 12 years ago
parent
commit
67d816705d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/models/query.rb

+ 1
- 1
app/models/query.rb View File

@@ -94,7 +94,7 @@ class Query < ActiveRecord::Base

attr_protected :project_id, :user_id

validates_presence_of :name, :on => :save
validates_presence_of :name
validates_length_of :name, :maximum => 255
validate :validate_query_filters


Loading…
Cancel
Save