fixed gallery theater for frontend without login
This commit is contained in:
parent
f24079b90d
commit
6f2ca20be3
|
@ -1,5 +1,7 @@
|
||||||
class Admin::GalleriesController < OrbitAdminController
|
class Admin::GalleriesController < ApplicationController
|
||||||
before_filter :setup_vars
|
before_filter :setup_vars
|
||||||
|
before_action :authenticate_user, :log_user_action, :except => "imgs"
|
||||||
|
layout "back_end"
|
||||||
def index
|
def index
|
||||||
@albums = Album.all
|
@albums = Album.all
|
||||||
@tags = @module_app.tags
|
@tags = @module_app.tags
|
||||||
|
|
Loading…
Reference in New Issue