diff options
| author | hukl <contact@smyck.org> | 2009-02-22 13:51:45 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-22 13:51:45 +0100 |
| commit | cea7054a33cf589a275e5cb9143d998782cbbdcf (patch) | |
| tree | f10ddb70a34788f46428d583852efff96fa9ba9d | |
| parent | 51e91975cbfb81de40f2b8dd0ddada84b0c93ae6 (diff) | |
disabling for now
| -rw-r--r-- | app/models/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/node.rb b/app/models/node.rb index c99143f..2820f30 100644 --- a/app/models/node.rb +++ b/app/models/node.rb | |||
| @@ -11,7 +11,7 @@ class Node < ActiveRecord::Base | |||
| 11 | after_create :initialize_empty_page | 11 | after_create :initialize_empty_page |
| 12 | 12 | ||
| 13 | # Validations | 13 | # Validations |
| 14 | validates_length_of :slug, :within => 3..40 | 14 | # validates_length_of :slug, :within => 3..40 |
| 15 | 15 | ||
| 16 | # Class methods | 16 | # Class methods |
| 17 | 17 | ||
