Add ability to use remote follow function on other sites
This commit is contained in:
parent
8b94d283fb
commit
d7dc84439c
18 changed files with 166 additions and 32 deletions
6
spec/controllers/authorize_follow_controller_spec.rb
Normal file
6
spec/controllers/authorize_follow_controller_spec.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe AuthorizeFollowController, type: :controller do
|
||||
describe 'GET #new'
|
||||
describe 'POST #create'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue