mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:29:52 +01:00
Include Rails URL helpers in Services::Twitter
This commit is contained in:
parent
4ddfba9a79
commit
7be52bb7f2
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
class Services::Twitter < Service
|
||||
include Rails.application.routes.url_helpers
|
||||
include SocialHelper::TwitterMethods
|
||||
|
||||
def provider
|
||||
|
|
Loading…
Reference in a new issue