# frozen_string_literal: true class SubjectsReflex < ApplicationReflex def load_roots @roots = "Hello!!!" end end