This website requires JavaScript.
Explore
Help
Register
Sign In
zelo72
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
2
Star
2
Fork
You've already forked mastodon
1
Code
Issues
12
Releases
Wiki
Activity
9a7485d034
mastodon
/
app
/
services
/
base_service.rb
6 lines
102 B
Ruby
Raw
Normal View
History
Unescape
Escape
Send Salmon interactions
2016-02-24 12:57:29 +01:00
class
BaseService
Refactoring Grape API methods into normal controllers & other things
2016-02-29 19:42:08 +01:00
include
RoutingHelper
Send Salmon interactions
2016-02-24 12:57:29 +01:00
include
ApplicationHelper
Include AtomBuilderHelper (which declared url_for_target) to all services
2016-03-16 22:44:04 +01:00
include
AtomBuilderHelper
Send Salmon interactions
2016-02-24 12:57:29 +01:00
end