This website requires JavaScript.
Explore
Help
Register
Sign In
luna
/
mastodon
Watch
0
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced
2024-11-09 08:25:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
198ae3e366
mastodon
/
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-15 15:56:29 +00: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 01:13:30 +00:00
module
Targetable
Define instance method outside #included (#3128)
2017-05-19 09:41:45 +00: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 01:13:30 +00:00
end
end
Reference in a new issue
Copy permalink