rubocop autocorret to get tests green

This commit is contained in:
Priit Tamboom 2014-10-10 15:10:05 +03:00
parent c0caf53878
commit 2d6ed7fa45
24 changed files with 105 additions and 112 deletions

View file

@ -11,6 +11,7 @@ class Admin::ContactVersionsController < AdminController
end
private
def set_contact
@contact = Contact.find(params[:id])
end