Skip to content

Commit

Permalink
oops, it didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 13, 2011
1 parent 9f3d394 commit f564553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kaminari/tags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def to_s(locals = {}) #:nodoc:
def self.ancestor_renderables
arr = []
ancestors.each do |klass|
arr << klass if klass != Renderable
return arr if klass == Tag
arr << klass if klass != Renderable
end
end

Expand Down

0 comments on commit f564553

Please sign in to comment.