]> cat aescling's git repositories - mastodon.git/commit
Move account header and avatar methods to a concern (#2825)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Fri, 5 May 2017 19:37:02 +0000 (15:37 -0400)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 5 May 2017 19:37:02 +0000 (21:37 +0200)
commit4e057513466884050eb17b0d3c4b091852399ee4
treef81bec456acb0737dac53b4c0104922740b83bef
parentee3e0a93f43d7236928dc2dd63361b69cd7883ee
Move account header and avatar methods to a concern (#2825)
app/models/account.rb
app/models/concerns/account_avatar.rb [new file with mode: 0644]
app/models/concerns/account_header.rb [new file with mode: 0644]
app/services/update_remote_profile_service.rb