diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-05-02 14:56:28 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-02 20:56:28 +0200 |
commit | b5eec3423044f66066d64bd5c9422f40113c543a (patch) | |
tree | 253ae02c771888fe7c84d32383bc838fb626a45c /app/controllers/admin | |
parent | 212868216230120b63b162ab40cf271deadadd63 (diff) |
Add admin area view partials for each record type (#2700)
Diffstat (limited to 'app/controllers/admin')
-rw-r--r-- | app/controllers/admin/domain_blocks_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/domain_blocks_controller.rb b/app/controllers/admin/domain_blocks_controller.rb index 72bf1cd0d..10396899b 100644 --- a/app/controllers/admin/domain_blocks_controller.rb +++ b/app/controllers/admin/domain_blocks_controller.rb @@ -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 |