]> cat aescling's git repositories - mastodon.git/commit
Add spec coverage and refactor authorize_follows controller (#2505)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Wed, 26 Apr 2017 22:19:53 +0000 (18:19 -0400)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 26 Apr 2017 22:19:53 +0000 (00:19 +0200)
commit0618f09939b7afc607bcd983139b91e056debe4d
treee6b362f7f2928a09bf5dd1c387c1737421b0f359
parenta23eaf720e08db8503c443816e652b3683525e02
Add spec coverage and refactor authorize_follows controller (#2505)
app/controllers/authorize_follow_controller.rb [deleted file]
app/controllers/authorize_follows_controller.rb [new file with mode: 0644]
app/views/authorize_follows/_card.html.haml [moved from app/views/authorize_follow/_card.html.haml with 100% similarity]
app/views/authorize_follows/error.html.haml [moved from app/views/authorize_follow/error.html.haml with 100% similarity]
app/views/authorize_follows/show.html.haml [moved from app/views/authorize_follow/new.html.haml with 100% similarity]
config/routes.rb
spec/controllers/authorize_follow_controller_spec.rb [deleted file]
spec/controllers/authorize_follows_controller_spec.rb [new file with mode: 0644]