#192: misprint
This commit is contained in:
parent
999f99a75a
commit
e775d3b29d
|
@ -4,7 +4,7 @@ class Api::V1::PlatformsController < Api::V1::BaseController
|
|||
skip_before_filter :authenticate_user!, :only => :allowed
|
||||
skip_before_filter :authenticate_user!, :only => [:show, :platforms_for_build, :members] if APP_CONFIG['anonymous_access']
|
||||
|
||||
load_and_authorize_resource :exept => :allowed
|
||||
load_and_authorize_resource :except => :allowed
|
||||
|
||||
def allowed
|
||||
url = params[:url] || ''
|
||||
|
|
Loading…
Reference in New Issue