-
- Downloads
Added categories
Showing
- README.md 2 additions, 0 deletionsREADME.md
- app/assets/stylesheets/category.scss 3 additions, 0 deletionsapp/assets/stylesheets/category.scss
- app/controllers/application_controller.rb 10 additions, 0 deletionsapp/controllers/application_controller.rb
- app/controllers/category_controller.rb 50 additions, 0 deletionsapp/controllers/category_controller.rb
- app/controllers/post_controller.rb 31 additions, 0 deletionsapp/controllers/post_controller.rb
- app/helpers/category_helper.rb 2 additions, 0 deletionsapp/helpers/category_helper.rb
- app/models/blog.rb 1 addition, 0 deletionsapp/models/blog.rb
- app/models/category.rb 22 additions, 0 deletionsapp/models/category.rb
- app/models/post.rb 1 addition, 0 deletionsapp/models/post.rb
- app/views/category/get.html.erb 5 additions, 0 deletionsapp/views/category/get.html.erb
- app/views/category/manage.html.erb 31 additions, 0 deletionsapp/views/category/manage.html.erb
- app/views/post/edit.html.erb 12 additions, 0 deletionsapp/views/post/edit.html.erb
- app/views/post/new.html.erb 12 additions, 0 deletionsapp/views/post/new.html.erb
- app/views/posts/_post.html.erb 11 additions, 1 deletionapp/views/posts/_post.html.erb
- app/views/user/dashboard.html.erb 1 addition, 0 deletionsapp/views/user/dashboard.html.erb
- config/routes.rb 8 additions, 1 deletionconfig/routes.rb
- db/migrate/20200322145832_create_categories.rb 17 additions, 0 deletionsdb/migrate/20200322145832_create_categories.rb
- db/schema.rb 22 additions, 1 deletiondb/schema.rb
- test/controllers/category_controller_test.rb 7 additions, 0 deletionstest/controllers/category_controller_test.rb
- test/fixtures/categories.yml 9 additions, 0 deletionstest/fixtures/categories.yml
Loading
Please register or sign in to comment