ソースを参照

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


読み込み中…
キャンセル
保存