This repository was archived by the owner on Nov 13, 2020. It is now read-only.
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- class BespokeController < ApplicationController
1
+ class Bespoke :: PostsController < ApplicationController
2
2
# GET /posts
3
3
# GET /posts.json
4
4
def index
@@ -15,6 +15,7 @@ def show
15
15
render json : @post
16
16
end
17
17
18
+ =begin
18
19
# POST /posts
19
20
# POST /posts.json
20
21
def create
@@ -47,4 +48,5 @@ def destroy
47
48
48
49
head :no_content
49
50
end
51
+ =end
50
52
end
Original file line number Diff line number Diff line change 1
- class IdstyleController < ApplicationController
1
+ class Idstyle :: PostsController < ApplicationController
2
2
# GET /posts
3
3
# GET /posts.json
4
4
def index
@@ -15,6 +15,7 @@ def show
15
15
render json : @post
16
16
end
17
17
18
+ =begin
18
19
# POST /posts
19
20
# POST /posts.json
20
21
def create
@@ -47,4 +48,5 @@ def destroy
47
48
48
49
head :no_content
49
50
end
51
+ =end
50
52
end
Original file line number Diff line number Diff line change 1
- class UrlstyleController < ApplicationController
1
+ class Urlstyle :: PostsController < ApplicationController
2
2
# GET /posts
3
3
# GET /posts.json
4
4
def index
@@ -15,6 +15,7 @@ def show
15
15
render json : @post
16
16
end
17
17
18
+ =begin
18
19
# POST /posts
19
20
# POST /posts.json
20
21
def create
@@ -47,4 +48,5 @@ def destroy
47
48
48
49
head :no_content
49
50
end
51
+ =end
50
52
end
You can’t perform that action at this time.
0 commit comments