diff options
Diffstat (limited to 'app/models/variable.rb')
-rw-r--r-- | app/models/variable.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/variable.rb b/app/models/variable.rb index c084b89..82d6c4e 100644 --- a/app/models/variable.rb +++ b/app/models/variable.rb @@ -12,6 +12,8 @@ # class Variable < ActiveRecord::Base + extend Model + belongs_to :project validates_presence_of :key |