ruby on rails - How to implement twitter-text-rb -
hi trying use twitter-text-rb gem.
added "include twitter::autolink" in application helper follow example, after restarting server getting error
routing error
uninitialized constant twitter::autolink
add gemfile:
gem 'twitter-text' and run:
bundle install
Comments
Post a Comment