You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/controllers/ecs/graduation_subitems_control...

5 lines
235 B

class Ecs::GraduationSubitemsController < Ecs::BaseController
def index
@graduation_subitems = current_year.ec_graduation_subitems#.reorder('ec_graduation_requirements.position ASC, ec_graduation_subitems.position ASC')
end
end