| ... | @@ -8,7 +8,7 @@ class Key < ActiveRecord::Base |
... | @@ -8,7 +8,7 @@ class Key < ActiveRecord::Base |
|
|
validates :key,
|
|
validates :key,
|
|
|
:presence => true,
|
|
:presence => true,
|
|
|
:uniqueness => true,
|
|
:uniqueness => true,
|
|
|
:length => { :within => 0..555 }
|
|
:length => { :within => 0..1024 }
|
|
|
|
|
|
|
|
before_save :set_identifier
|
|
before_save :set_identifier
|
|
|
after_save :update_gitosis
|
|
after_save :update_gitosis
|
| ... | |
... | |
| ... | | ... | |