Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コントローラーがあり、そのパブリック メソッドを取得したいのですが、この結果について混乱しています。約10個のメソッドがあるはずです:
IndexController.public_methods - ApplicationController.public_methods # => []
これは私が呼ぶべきだと思うものを呼んでいませんか?
特定のコントローラーについては、使用できますaction_methods
action_methods
ApplicationController.action_methods
Ruby on Railsでコントローラとアクションのリストを取得するには?