Ruby on Rails before_render filter
You probably have used, or at least seen, ActionController::Filters used in lots of Ruby on Rails based applications. Usually it’s related to some authentication/authorization, or benchmarking or something…
You probably have used, or at least seen, ActionController::Filters used in lots of Ruby on Rails based applications. Usually it’s related to some authentication/authorization, or benchmarking or something…