]> cat aescling's git repositories - mastodon.git/commit
Adding hashtag model
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 4 Nov 2016 18:12:59 +0000 (19:12 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 4 Nov 2016 18:12:59 +0000 (19:12 +0100)
commit62292797eccc5bcf47abae9f4daaa2c186660644
treefb324996024317abc9605015845f7467508d5d73
parent6471a548feadf34d65fb96660f958bf808331c8f
Adding hashtag model
app/controllers/api/v1/accounts_controller.rb
app/controllers/api/v1/statuses_controller.rb
app/lib/formatter.rb
app/models/account.rb
app/models/status.rb
app/models/tag.rb [new file with mode: 0644]
app/models/user.rb
db/migrate/20161104173623_create_tags.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/tag_fabricator.rb [new file with mode: 0644]
spec/models/tag_spec.rb [new file with mode: 0644]