Fix `Services::Tumblr` not being able to post
This commit is contained in:
parent
62755b8827
commit
4529fa0d18
|
@ -1,4 +1,5 @@
|
||||||
class Services::Tumblr < Service
|
class Services::Tumblr < Service
|
||||||
|
include Rails.application.routes.url_helpers
|
||||||
include SocialHelper::TumblrMethods
|
include SocialHelper::TumblrMethods
|
||||||
|
|
||||||
def provider
|
def provider
|
||||||
|
|
Loading…
Reference in New Issue