aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/resources_controller.rb
blob: 1253b5d8136d11a3e6162f40b0e645b65e222ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class ResourcesController < ApplicationController
  def index
  end

  def new
  end

  def edit
  end

  def delete
  end
end