class Admin::ResourceController
def announce_not_found
def announce_not_found flash[:notice] = t("resource_controller.not_found", :humanized_model_name => humanized_model_name) end
def announce_not_found flash[:notice] = t("resource_controller.not_found", :humanized_model_name => humanized_model_name) end