class NewsController < ApplicationController

  def index
  end

  def print
  end
end