0
0
Fork 0

Add admin area view partials for each record type (#2700)

This commit is contained in:
Matt Jankowski 2017-05-02 14:56:28 -04:00 committed by Eugen Rochko
parent 2128682162
commit b5eec34230
11 changed files with 82 additions and 75 deletions

View file

@ -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