class SomeController < ActionController::Base before_filter :build_tabs private def build_tabs @tabs = PluginManager.query_plugins(request) end end