remove having to be authed to see metacode json
This commit is contained in:
parent
3d5ed63534
commit
1a4a2df6c6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
class MetacodesController < ApplicationController
|
class MetacodesController < ApplicationController
|
||||||
|
|
||||||
before_filter :require_admin, except: [:index]
|
before_filter :require_admin, except: [:index, :show]
|
||||||
|
|
||||||
# GET /metacodes
|
# GET /metacodes
|
||||||
# GET /metacodes.json
|
# GET /metacodes.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue