This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Include AtomBuilderHelper (which declared url_for_target) to all services
closed-social-glitch-2
Eugen Rochko
8 years ago
parent
e239fc3050
commit
af7ae348d7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/services/base_service.rb
+ 1
- 0
app/services/base_service.rb
View File
@ -1,4 +1,5 @@
class
BaseService
include
RoutingHelper
include
ApplicationHelper
include
AtomBuilderHelper
end
Write
Preview
Loading…
Cancel
Save