lib/garage/docs/config.rb in the_garage-2.3.0 vs lib/garage/docs/config.rb in the_garage-2.3.1

- old
+ new

@@ -11,10 +11,10 @@ def reset @document_root = Rails.root.join('doc/garage') @current_user_method = Proc.new { current_user } @authenticate = Proc.new {} - @console_app_uid = '' + @console_app_uid, @console_app_secret = nil, nil @remote_server = Proc.new {|request| "#{request.protocol}#{request.host_with_port}" } @docs_authorization_method = nil @docs_cache_enabled = true end