This commit is contained in:
Wojciech Todryk 2012-03-24 13:23:34 +01:00
parent 7de07db812
commit 0daf487816
125 changed files with 1629 additions and 482 deletions

0
app/models/.gitkeep Normal file → Executable file
View file

0
app/models/link.rb Normal file → Executable file
View file

View file

@ -4,7 +4,7 @@ class User < ActiveRecord::Base
#acts_as_notes_owner
validates_presence_of :first_name,:last_name
validates_presence_of :first_name,:last_name,:login
validates_uniqueness_of :login
has_many :servers, :dependent => :destroy
has_one :prefs, :dependent => :destroy