This website requires JavaScript.
Explore
Help
Sign in
namekuji
/
activitypub-academy
Watch
1
Star
0
Fork
You've already forked activitypub-academy
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
c49ff7395e
activitypub-academy
/
app
/
models
/
concerns
/
targetable.rb
8 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix rubocop issues, introduce usage of frozen literal to improve performance
2016-11-16 00:56:29 +09:00
# frozen_string_literal: true
Fix subscriptions:clear task, refactor feeds, refactor streamable activites and atom feed generation to some extent, as well as the way mentions are stored
2016-03-25 10:13:30 +09:00
module
Targetable
Define instance method outside #included (#3128)
2017-05-19 18:41:45 +09:00
def
object_type
:object
Fix subscriptions:clear task, refactor feeds, refactor streamable activites and atom feed generation to some extent, as well as the way mentions are stored
2016-03-25 10:13:30 +09:00
end
end
Reference in a new issue
Copy permalink