We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fe097 commit a2b5c25Copy full SHA for a2b5c25
app/controllers/spaces_controller.rb
@@ -1,5 +1,5 @@
1
class SpacesController < ApplicationController
2
- http_basic_authenticate_with name: ENV['SPACES_BASIC_AUTH_NAME'], password: ENV['SPACES_BASIC_AUTH_PASSWORD'] if Rails.env.production?
+ # http_basic_authenticate_with name: ENV['SPACES_BASIC_AUTH_NAME'], password: ENV['SPACES_BASIC_AUTH_PASSWORD'] if Rails.env.production?
3
4
def index
5
@dojo_count = Dojo.count
0 commit comments