This website requires JavaScript.
Explore
Help
Register
Sign In
treehouse
/
mastodon
Watch
22
Star
8
Fork
You've already forked mastodon
5
Code
Issues
32
Pull Requests
Projects
1
Releases
Wiki
Activity
20aa777c58
mastodon
/
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
Reference in New Issue
View Git Blame
Copy Permalink