Skip to content

Commit

Permalink
Merge pull request #7 from tamu-edu-students/delete-post
Browse files Browse the repository at this point in the history
removed post scaffold
  • Loading branch information
Andres-L-Santiago authored Feb 15, 2024
2 parents 4227a73 + fd328f5 commit c3c9fba
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 171 deletions.
70 changes: 0 additions & 70 deletions rails_root/app/controllers/posts_controller.rb

This file was deleted.

2 changes: 0 additions & 2 deletions rails_root/app/helpers/posts_helper.rb

This file was deleted.

2 changes: 0 additions & 2 deletions rails_root/app/models/post.rb

This file was deleted.

27 changes: 0 additions & 27 deletions rails_root/app/views/posts/_form.html.erb

This file was deleted.

12 changes: 0 additions & 12 deletions rails_root/app/views/posts/_post.html.erb

This file was deleted.

2 changes: 0 additions & 2 deletions rails_root/app/views/posts/_post.json.jbuilder

This file was deleted.

10 changes: 0 additions & 10 deletions rails_root/app/views/posts/edit.html.erb

This file was deleted.

14 changes: 0 additions & 14 deletions rails_root/app/views/posts/index.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion rails_root/app/views/posts/index.json.jbuilder

This file was deleted.

9 changes: 0 additions & 9 deletions rails_root/app/views/posts/new.html.erb

This file was deleted.

10 changes: 0 additions & 10 deletions rails_root/app/views/posts/show.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion rails_root/app/views/posts/show.json.jbuilder

This file was deleted.

1 change: 0 additions & 1 deletion rails_root/config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Rails.application.routes.draw do
resources :survey_responses
resources :survey_profiles
resources :posts
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
Expand Down
10 changes: 0 additions & 10 deletions rails_root/db/migrate/20240208043156_create_posts.rb

This file was deleted.

0 comments on commit c3c9fba

Please sign in to comment.