this closes issue #9

This commit is contained in:
Ken Johnson
2013-06-02 20:19:31 -04:00
parent 06dce1f8b2
commit 570eafa01b
7 changed files with 180 additions and 2 deletions
+4
View File
@@ -102,4 +102,8 @@ class TutorialsController < ApplicationController
@good_code_2 = %q{<td class="ssn"><%= @user.work_info.last_four %></td>}
end
def mass_assignment
end
end