Chore: Increase test coverage for widgets controller (#473)

This commit is contained in:
Tim Lange
2020-02-07 08:44:07 +01:00
committed by GitHub
parent 3eb5b3a0c1
commit 5210d201b6
2 changed files with 13 additions and 3 deletions

View File

@@ -4,9 +4,7 @@ class WidgetsController < ActionController::Base
before_action :set_contact
before_action :build_contact
def index
render
end
def index; end
private