get :index do
    @title = "Contributions"
    @contributions = Contribution.all
    render 'contributions/index'
  end