#111: Fixed removing repository

This commit is contained in:
Vokhmin Alexey V 2013-04-24 01:49:40 +04:00
parent cf225ec613
commit ca02f0706f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Repository < ActiveRecord::Base
scope :recent, order("#{table_name}.name ASC")
before_destroy :detele_directory, :unless => lambda {Thread.current[:skip]}
before_destroy :detele_directory
attr_accessible :name, :description, :publish_without_qa
attr_readonly :name, :platform_id