Skip to content

Commit

Permalink
Get rid of unused method in AR Post test model
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed May 5, 2014
1 parent 9381d82 commit a8d85c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions activerecord/test/models/post.rb
Expand Up @@ -167,10 +167,6 @@ def self.log(message=nil, side=nil, new_record=nil)
return @log if message.nil? return @log if message.nil?
@log << [message, side, new_record] @log << [message, side, new_record]
end end

def self.what_are_you
'a post...'
end
end end


class SpecialPost < Post; end class SpecialPost < Post; end
Expand Down

0 comments on commit a8d85c4

Please sign in to comment.