2016-03-26 11 views

答えて

1

私は、コントローラの先頭に次の行を追加し、それが動作します:

http_basic_authenticate_with :name => "your_name", :password => "your_password", only: :index 
関連する問題