1require_relative "../page_model.rb" 2 3class ProgramPage < PageModel 4 def initialize(program) 5 super program_path(program) 6 end 7end