OSDN Git Service

t#31078:add ImportResult
authoryasushiito <yas@pen-chan.jp>
Sat, 20 Apr 2013 02:05:02 +0000 (11:05 +0900)
committeryasushiito <yas@pen-chan.jp>
Sat, 20 Apr 2013 02:05:02 +0000 (11:05 +0900)
commit814ebdedf319a8077e5ccbf322afc1eca73a9166
treea00703b69581f5d3bd89396a0e5e0c3d4b94c7de
parentf37a2be1c35736f9ae257bde83b4123dbe2ebd55
t#31078:add ImportResult
21 files changed:
app/controllers/provider_statuses_controller.rb
app/models/provider_artist.rb
app/models/provider_license.rb
app/models/provider_original_picture.rb
app/models/provider_status.rb
app/views/provider_statuses/_artists_errors.html.erb [deleted file]
app/views/provider_statuses/_import_errors.html.erb [new file with mode: 0644]
app/views/provider_statuses/_licenses_errors.html.erb [deleted file]
app/views/provider_statuses/_original_pictures_errors.html.erb [deleted file]
app/views/provider_statuses/_pictures_errors.html.erb [deleted file]
app/views/provider_statuses/_resource_pictures_errors.html.erb [deleted file]
app/views/provider_statuses/artists_import.html.erb
app/views/provider_statuses/licenses_import.html.erb
app/views/provider_statuses/original_pictures_import.html.erb
config/environment.rb
lib/import_result.rb [new file with mode: 0644]
spec/controllers/provider_statuses_controller_spec.rb
spec/models/provider_artist_spec.rb
spec/models/provider_license_spec.rb
spec/models/provider_original_picture_spec.rb
spec/models/provider_status_spec.rb