Merge branch 'vietth_feat_order_management' into vietth_feat_additional
Conflicts: Gemfile app/views/layouts/_header.html.haml app/views/layouts/application.html.haml app/views/orders/index.html.haml
Showing
| ... | ... | @@ -68,7 +68,8 @@ gem 'draper', '~> 2.1.0' |
| gem 'devise', '~> 3.5.1' | ||
| gem 'rolify', '~> 4.0.0' | ||
| gem 'cancan', '~> 1.6.10' | ||
| gem 'pundit', '~> 1.0.1' | ||
| # gem 'cancan', '~> 1.6.10' | ||
| gem 'carrierwave', '~> 0.10.0' | ||
| gem 'mini_magick', '~> 3.8.1' | ||
| ... | ... | @@ -100,4 +101,4 @@ gem 'font-awesome-rails', '~> 4.3.0.0' |
| gem 'meta-tags', '~> 2.0.0' | ||
| gem 'fog', '~> 1.32.0' | ||
| \ No newline at end of file | ||
| gem 'fog', '~> 1.32.0' |
app/controllers/admin/orders_controller.rb
0 → 100644
app/models/ability.rb
deleted
100644 → 0
app/policies/application_policy.rb
0 → 100644
app/policies/order_policy.rb
0 → 100644
app/views/admin/orders/index.html.haml
0 → 100644
app/views/admin/orders/show.html.haml
0 → 100644
app/views/orders/_order_items.html.haml
0 → 100644
app/views/orders/checkout.html.haml
0 → 100644
Please
register
or
sign in
to comment