diff --git a/app/null_objects/null_chapterable.rb b/app/null_objects/null_chapterable.rb index 943d649e3..3ce4738fd 100644 --- a/app/null_objects/null_chapterable.rb +++ b/app/null_objects/null_chapterable.rb @@ -18,4 +18,12 @@ def chapter_program_information def build_chapter_program_information ChapterProgramInformation.none end + + def country + nil + end + + def country_code + nil + end end