Include Rails URL helpers in `Services::Twitter`
This commit is contained in:
parent
4ddfba9a79
commit
7be52bb7f2
|
@ -1,4 +1,5 @@
|
||||||
class Services::Twitter < Service
|
class Services::Twitter < Service
|
||||||
|
include Rails.application.routes.url_helpers
|
||||||
include SocialHelper::TwitterMethods
|
include SocialHelper::TwitterMethods
|
||||||
|
|
||||||
def provider
|
def provider
|
||||||
|
|
Loading…
Reference in New Issue