Add admin area view partials for each record type (#2700)
This commit is contained in:
committed by
Eugen Rochko
parent
2128682162
commit
b5eec34230
@ -3,7 +3,7 @@
|
||||
module Admin
|
||||
class DomainBlocksController < BaseController
|
||||
def index
|
||||
@blocks = DomainBlock.page(params[:page])
|
||||
@domain_blocks = DomainBlock.page(params[:page])
|
||||
end
|
||||
|
||||
def new
|
||||
|
Reference in New Issue
Block a user