RailsのActionController::BaseのBaseクラスについて Mar 23, 2019 現在Railsを学習中の初心者です。 Railsプロジェクトの中にapplication_contorller.rbと言うファイルがあるかと思います。 その上で、ApplicationContorollerクラスが、ActionController::Baseクラスを継承していることはわかりましたが、ActionController::Baseクラスはどこにあるのでしょうか? class ApplicationController < ActionController::Base end