diff --git a/app/assets/images/in_the_news/changes_possible_in_state_education_policy.png b/app/assets/images/in_the_news/changes_possible_in_state_education_policy.png new file mode 100644 index 0000000..6e93854 Binary files /dev/null and b/app/assets/images/in_the_news/changes_possible_in_state_education_policy.png differ diff --git a/app/assets/images/in_the_news/how_six_mass_communities_are_imagining_life_beyond_mcas.png b/app/assets/images/in_the_news/how_six_mass_communities_are_imagining_life_beyond_mcas.png new file mode 100644 index 0000000..53a4b02 Binary files /dev/null and b/app/assets/images/in_the_news/how_six_mass_communities_are_imagining_life_beyond_mcas.png differ diff --git a/app/assets/images/in_the_news/should_you_panic_over_americas_test_scores.png b/app/assets/images/in_the_news/should_you_panic_over_americas_test_scores.png new file mode 100644 index 0000000..0534bda Binary files /dev/null and b/app/assets/images/in_the_news/should_you_panic_over_americas_test_scores.png differ diff --git a/app/assets/images/in_the_news/state_receivership_wrong_for_boston_schools.webp b/app/assets/images/in_the_news/state_receivership_wrong_for_boston_schools.webp new file mode 100644 index 0000000..fca48f1 Binary files /dev/null and b/app/assets/images/in_the_news/state_receivership_wrong_for_boston_schools.webp differ diff --git a/app/assets/images/in_the_news/tipping_point_for_school_accountability.png b/app/assets/images/in_the_news/tipping_point_for_school_accountability.png new file mode 100644 index 0000000..631f1c0 Binary files /dev/null and b/app/assets/images/in_the_news/tipping_point_for_school_accountability.png differ diff --git a/app/assets/images/in_the_news/vocational_and_exam_school_admission_changes.webp b/app/assets/images/in_the_news/vocational_and_exam_school_admission_changes.webp new file mode 100644 index 0000000..2b12fdd Binary files /dev/null and b/app/assets/images/in_the_news/vocational_and_exam_school_admission_changes.webp differ diff --git a/app/assets/images/in_the_news/want_to_buy_a_home.jpeg b/app/assets/images/in_the_news/want_to_buy_a_home.jpeg new file mode 100644 index 0000000..c7af372 Binary files /dev/null and b/app/assets/images/in_the_news/want_to_buy_a_home.jpeg differ diff --git a/app/controllers/in_the_news_controller.rb b/app/controllers/in_the_news_controller.rb new file mode 100644 index 0000000..a7b1125 --- /dev/null +++ b/app/controllers/in_the_news_controller.rb @@ -0,0 +1,9 @@ +class InTheNewsController < ApplicationController + def index + + end + + def download_pdf + send_file "#{Rails.root}/public/docs/in_the_news/#{params[:path]}.pdf", type: 'application/pdf', x_sendfile: true + end +end diff --git a/app/views/in_the_news/index.html.erb b/app/views/in_the_news/index.html.erb new file mode 100644 index 0000000..1f35440 --- /dev/null +++ b/app/views/in_the_news/index.html.erb @@ -0,0 +1,47 @@ +<%= render partial: "layouts/header", locals: {heading: "In The News"} %> + +