Skip to content

Commit

Permalink
Merge pull request #15 from raffij/bugfix/twitter-autolink-removal
Browse files Browse the repository at this point in the history
Removed Twitter::AutoLink from view_helper so it doesn't pollute rails_autolink.
  • Loading branch information
cjbell committed Oct 10, 2013
2 parents 5cd88ad + 2a2973a commit 8af0cda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sir-trevor/helpers/view_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module Helpers
module ViewHelper

extend ActiveSupport::Concern
include Twitter::Autolink


def render_sir_trevor(json, image_type = :large)
if hash = parse_sir_trevor(json)
safe_join hash.map { |object|
Expand Down

0 comments on commit 8af0cda

Please sign in to comment.