diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-06 20:34:48 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-06 20:34:48 +0200 |
commit | 8c7c0501e49871765d6ac971e4027dac0ea20407 (patch) | |
tree | 7642357fc3e4c1cce6330f9aaae08bf128f6aebe /app/controllers | |
parent | 1564af069472e32ed322bf9acedc9c487bce1a15 (diff) | |
download | incommon-map-8c7c0501e49871765d6ac971e4027dac0ea20407.tar.gz |
First pass at Resources...
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/resources_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/resources_controller.rb b/app/controllers/resources_controller.rb index d7fd822..75fcedf 100644 --- a/app/controllers/resources_controller.rb +++ b/app/controllers/resources_controller.rb @@ -1,5 +1,5 @@ class ResourcesController < ApplicationController - before_action :set_resource, only: [:new, :edit, :update, :delete, :destroy] + before_action :set_resource, only: [:new, :show, :edit, :update, :delete, :destroy] # GET /resources def index |