This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
71
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
#214
pull/216/head
みてるぞ
1 month ago
parent
5160aacc53
commit
a881f6047c
7 changed files
with
0 additions
and
106 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-20
backend/app/controllers/ip_addresses_controller.rb
+0
-16
backend/app/controllers/nico_tag_relation_controller.rb
+0
-16
backend/app/controllers/post_tags_controller.rb
+0
-16
backend/app/controllers/tag_aliases_controller.rb
+0
-16
backend/app/controllers/user_ips_controller.rb
+0
-16
backend/app/controllers/user_post_views_controller.rb
+0
-6
backend/config/routes.rb
+ 0
- 20
backend/app/controllers/ip_addresses_controller.rb
View File
@@ -1,20 +0,0 @@
class IpAddressesController < ApplicationController
def index
@ip_addresses = IpAddress.all
render json: @ip_addresses
end
def show
render json: @ip_address
end
def create
end
def update
end
def destroy
end
end
+ 0
- 16
backend/app/controllers/nico_tag_relation_controller.rb
View File
@@ -1,16 +0,0 @@
class NicoTagRelationController < ApplicationController
def index
end
def show
end
def create
end
def update
end
def destroy
end
end
+ 0
- 16
backend/app/controllers/post_tags_controller.rb
View File
@@ -1,16 +0,0 @@
class PostTagsController < ApplicationController
def index
end
def show
end
def create
end
def update
end
def destroy
end
end
+ 0
- 16
backend/app/controllers/tag_aliases_controller.rb
View File
@@ -1,16 +0,0 @@
class TagAliasesController < ApplicationController
def index
end
def show
end
def create
end
def update
end
def destroy
end
end
+ 0
- 16
backend/app/controllers/user_ips_controller.rb
View File
@@ -1,16 +0,0 @@
class UserIpsController < ApplicationController
def index
end
def show
end
def create
end
def update
end
def destroy
end
end
+ 0
- 16
backend/app/controllers/user_post_views_controller.rb
View File
@@ -1,16 +0,0 @@
class UserPostViewsController < ApplicationController
def index
end
def show
end
def create
end
def update
end
def destroy
end
end
+ 0
- 6
backend/config/routes.rb
View File
@@ -50,11 +50,5 @@ Rails.application.routes.draw do
end
end
resources :ip_addresses
resources :nico_tag_relations
resources :post_tags
resources :settings
resources :tag_aliases
resources :user_ips
resources :user_post_views
end
Write
Preview
Loading…
Cancel
Save