소스 검색

Added HTTP basic auth

master
Adrian Short 12 년 전
부모
커밋
ab98447e21
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      app/controllers/feeds_controller.rb

+ 2
- 0
app/controllers/feeds_controller.rb 파일 보기

@@ -1,4 +1,6 @@
class FeedsController < ApplicationController
http_basic_authenticate_with :name => ENV['auth_username'], :password => ENV['auth_password']
# GET /feeds
# GET /feeds.json
def index


불러오는 중...
취소
저장