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.
Ramaze に Sinatra のようなフックがあるかどうか疑問に思います。誰か知っていますか?ありがとう!
彼らのドキュメントは、そうであることを示しています。例えば:
before(:index, :other) do puts 'Executed before specific actions only.' end after(:index, :other) do puts 'Executed after specific actions only.' end