Merge branch 'master' of github.com:warpc/rosa-build
This commit is contained in:
commit
710ee322a6
|
@ -1,6 +1,6 @@
|
|||
#require 'lib/build_server.rb'
|
||||
class Platform < ActiveRecord::Base
|
||||
DOWNLOADS_PATH = Rails.root + '/public/downloads'
|
||||
DOWNLOADS_PATH = RAILS_ROOT + '/public/downloads'
|
||||
VISIBILITIES = ['open', 'hidden']
|
||||
|
||||
relationable :as => :target
|
||||
|
|
Loading…
Reference in New Issue