remove having to be authed to see metacode json

This commit is contained in:
Connor Turland 2015-01-24 14:50:53 -05:00
parent 3d5ed63534
commit 1a4a2df6c6

View file

@ -1,6 +1,6 @@
class MetacodesController < ApplicationController
before_filter :require_admin, except: [:index]
before_filter :require_admin, except: [:index, :show]
# GET /metacodes
# GET /metacodes.json