Add active blocks list api endpoint with empty response
This commit is contained in:
parent
f5af8befa9
commit
6d558003aa
4 changed files with 61 additions and 0 deletions
13
app/controllers/api/user_blocks/active_lists_controller.rb
Normal file
13
app/controllers/api/user_blocks/active_lists_controller.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
module Api
|
||||
module UserBlocks
|
||||
class ActiveListsController < ApiController
|
||||
before_action :authorize
|
||||
|
||||
authorize_resource :class => :active_user_blocks_list
|
||||
|
||||
before_action :set_request_formats
|
||||
|
||||
def show; end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue