Skip to content

Commit

Permalink
Fixed Slim text collector class name.
Browse files Browse the repository at this point in the history
Fixed Slim text collector class name from CollectText to TextCollector, which was part of Slim's private API.
  • Loading branch information
adelyte committed Oct 8, 2012
1 parent f9a42ee commit cac36b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coffee_views/slim.rb
Expand Up @@ -12,7 +12,7 @@ def on_slim_embedded(engine, body)
protected

def collect_text(body)
::Slim::CollectText.new.call(body)
::Slim::TextCollector.new.call(body)
end
end

Expand Down

0 comments on commit cac36b8

Please sign in to comment.