Skip to content

Commit

Permalink
Clean whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LTe committed Aug 27, 2012
1 parent b45840e commit f0a8473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/acts-as-messageable/message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def delete
def restore
self.restored = true
end

def reply(*args)
to.reply_to(self, *args)
end
Expand Down
1 change: 1 addition & 0 deletions spec/support/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ class User < ActiveRecord::Base

class Men < User
end

0 comments on commit f0a8473

Please sign in to comment.