Create action for user create and update their product
Showing
| ... | ... | @@ -42,6 +42,8 @@ gem 'faker', '~> 1.6', '>= 1.6.3' |
| gem 'kaminari', '~> 1.0', '>= 1.0.1' | ||
| # Flexible authentication solution for Rails with Warden | ||
| gem 'devise', '~> 4.3' | ||
| # Automatic Ruby code style checking tool. Aims to enforce the community-driven Ruby Style Guide. | ||
| gem 'rubocop', '~> 0.49.1' | ||
| # Use Capistrano for deployment | ||
| # gem 'capistrano-rails', group: :development | ||
| ... | ... |
app/uploaders/picture_uploader.rb
0 → 100644
app/views/products/_form.html.erb
0 → 100644
app/views/products/edit.html.erb
0 → 100644
app/views/products/new.html.erb
0 → 100644
app/views/shared/_error_messages.html.erb
0 → 100644
Please
register
or
sign in
to comment