OSDN Git Service

t#30326:create provider_artist
authoryasushiito <yas@pen-chan.jp>
Mon, 17 Dec 2012 05:10:30 +0000 (14:10 +0900)
committeryasushiito <yas@pen-chan.jp>
Mon, 17 Dec 2012 05:10:30 +0000 (14:10 +0900)
commite586fa2a510c607181a3fa9e968497bf143986bf
treef09efce3ceab1df61d06919caca0e3eb5ece7c71
parent871397fa9b16c85a7273467ab0b1af5576e4f000
t#30326:create provider_artist
20 files changed:
app/controllers/application_controller.rb
app/controllers/demanders_controller.rb
app/controllers/provider_statuses_controller.rb
app/models/artist.rb
app/models/demander.rb
app/models/provider_artist.rb [new file with mode: 0644]
app/views/artists/browse.html.erb
app/views/artists/list.html.erb
app/views/provider_statuses/artists_import.html.erb [new file with mode: 0644]
app/views/provider_statuses/show.html.erb
config/locales/pettanr.ja.yml
config/routes.rb
db/migrate/20121216060750_create_provider_artists.rb [new file with mode: 0644]
spec/controllers/demanders_controller_spec.rb
spec/controllers/provider_statuses_controller_spec.rb
spec/factories.rb
spec/models/artist_spec.rb
spec/models/demander_spec.rb
spec/models/provider_artist_spec.rb [new file with mode: 0644]
spec/models/provider_license_spec.rb