This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
glitch-social
mirror of
https://github.com/glitch-soc/mastodon
Watch
1
Star
0
Fork
You've already forked glitch-social
0
Code
Releases
Activity
3f75f52285
glitch-social
/
app
/
models
/
concerns
/
targetable.rb
10 lines
117 B
Ruby
Raw
Blame
History
module
Targetable
extend
ActiveSupport
::
Concern
included
do
def
object_type
:object
end
end
end
View Git Blame
Copy Permalink