VietTH: Implement send email after checkout
Showing
| ... | ... | @@ -42,6 +42,7 @@ group :development, :test do |
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | ||
| gem 'pry-rails', '~> 0.3.4' | ||
| gem 'letter_opener', '~> 1.4.1' | ||
| end | ||
| # template | ||
| ... | ... | @@ -62,4 +63,7 @@ gem 'draper', '~> 2.1.0' |
| gem 'devise', '~> 3.5.1' | ||
| gem 'carrierwave', '~> 0.10.0' | ||
| gem 'mini_magick', '~> 3.8.1' | ||
| \ No newline at end of file | ||
| gem 'mini_magick', '~> 3.8.1' | ||
| # Background job | ||
| gem 'sidekiq', '~> 3.4.1' | ||
| \ No newline at end of file |
app/mailers/cart_mailer.rb
0 → 100644
app/views/cart_mailer/checkout.html.haml
0 → 100644
app/views/carts/create.html.haml
0 → 100644
Please
register
or
sign in
to comment