Skip to content

Commit

Permalink
Minor formating changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhurt committed Jun 3, 2009
1 parent 75a6f8c commit 2e8a59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/grading_scale.rb
Expand Up @@ -6,7 +6,7 @@ class GradingScale < ActiveRecord::Base
has_many :courses
has_many :scale_ranges, :dependent => :destroy

validates_length_of :name, :within => 1..20
validates_length_of :name, :within => 1..20
validates_uniqueness_of :name, :case_sensitive => false
validates_associated :scale_ranges

Expand Down Expand Up @@ -49,4 +49,4 @@ def ensure_no_children
end
end

end
end

0 comments on commit 2e8a59f

Please sign in to comment.