Commit 3a2b2733 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #40 from vslinko/patch-1

Increase max key length. Some keys has comment after key string.
parents 757ea634 c374eb80
......@@ -8,7 +8,7 @@ class Key < ActiveRecord::Base
validates :key,
:presence => true,
:uniqueness => true,
:length => { :within => 0..555 }
:length => { :within => 0..1024 }
before_save :set_identifier
after_save :update_gitosis
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment