Skip to content

Commit

Permalink
Forgot to fix the set_stamper and reset_stamper methods once they had…
Browse files Browse the repository at this point in the history
… been renamed.
  • Loading branch information
delynn committed Apr 5, 2008
1 parent 7255a9b commit 392d1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/controllers/posts_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ def current_user
Person.find(session[:person_id])
end

def set_stampers
def set_stamper
Person.stamper = self.current_user
end

def reset_stampers
def reset_stamper
Person.reset_stamper
end
#end
Expand Down

0 comments on commit 392d1ee

Please sign in to comment.