Refactor stock feature
Showing
| ... | ... | @@ -54,6 +54,10 @@ gem 'rails-assets-bootstrap-touchspin', source: 'https://rails-assets.org' |
| gem 'sidekiq', '~> 5.0', '>= 5.0.2' | ||
| # Toastr: Simple javascript toast notifications, plugged into the rails asset pipeline. | ||
| gem 'toastr-rails', '~> 1.0', '>= 1.0.3' | ||
| # Helpful method when you need to add some logic that figures out if the link | ||
| # (or more often navigation item) | ||
| # is selected based on the current page or other arbitrary condition | ||
| gem 'active_link_to', '~> 1.0', '>= 1.0.4' | ||
| # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | ||
| ... | ... |
lib/cart.rb
deleted
100644 → 0
Please
register
or
sign in
to comment