Add admin area view partials for each record type (#2700)
This commit is contained in:
parent
2128682162
commit
b5eec34230
11 changed files with 82 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue