mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 06:04:56 +02:00
Fix CC issues
This commit is contained in:
parent
1a0becf785
commit
b61fe5f7b4
3 changed files with 3 additions and 4 deletions
|
@ -5,8 +5,7 @@ module Admin
|
||||||
before_action :authorize_admin
|
before_action :authorize_admin
|
||||||
|
|
||||||
# GET /admin/mass_actions
|
# GET /admin/mass_actions
|
||||||
def index
|
def index; end
|
||||||
end
|
|
||||||
|
|
||||||
# POST /admin/mass_actions
|
# POST /admin/mass_actions
|
||||||
def create
|
def create
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue