VietTH: Implement show category detail
Showing
| ... | ... | @@ -66,4 +66,7 @@ gem 'carrierwave', '~> 0.10.0' |
| gem 'mini_magick', '~> 3.8.1' | ||
| # Background job | ||
| gem 'sidekiq', '~> 3.4.1' | ||
| \ No newline at end of file | ||
| gem 'sidekiq', '~> 3.4.1' | ||
| # pagination | ||
| gem 'kaminari', '~> 0.16.3' | ||
| \ No newline at end of file |
app/controllers/categories_controller.rb
0 → 100644
app/views/categories/show.html.haml
0 → 100644
config/initializers/kaminari_config.rb
0 → 100644
Please
register
or
sign in
to comment