Admin: products, carts
Showing
app/assets/javascripts/admin/carts.coffee
0 → 100644
app/assets/javascripts/admin/products.coffee
0 → 100644
app/assets/javascripts/admin/users.coffee
0 → 100644
app/assets/stylesheets/admin/carts.scss
0 → 100644
app/assets/stylesheets/admin/products.scss
0 → 100644
app/assets/stylesheets/admin/users.scss
0 → 100644
app/controllers/admin/carts_controller.rb
0 → 100644
app/controllers/admin/products_controller.rb
0 → 100644
app/controllers/admin/users_controller.rb
0 → 100644
app/helpers/admin/carts_helper.rb
0 → 100644
app/helpers/admin/products_helper.rb
0 → 100644
app/helpers/admin/users_helper.rb
0 → 100644
app/models/admin.rb
0 → 100644
app/views/admin/carts/_list_users.html.erb
0 → 100644
app/views/admin/carts/index.html.erb
0 → 100644
app/views/admin/carts/show.html.erb
0 → 100644
app/views/admin/products/_product.html.erb
0 → 100644
app/views/admin/products/edit.html.erb
0 → 100644
app/views/admin/products/index.html.erb
0 → 100644
app/views/admin/products/new.html.erb
0 → 100644
app/views/layouts/_header_admin.html.erb
0 → 100644
test/fixtures/admins.yml
0 → 100644
test/models/admin_test.rb
0 → 100644
Please
register
or
sign in
to comment