OSDN Git Service

build pictures
authoryasushiito <yas@pen-chan.jp>
Fri, 20 Jul 2012 10:50:17 +0000 (19:50 +0900)
committeryasushiito <yas@pen-chan.jp>
Fri, 20 Jul 2012 10:50:17 +0000 (19:50 +0900)
commit1a2fb1c39c1f373494a584eb3cb54adb7a733375
tree666f1a27a846c78095fbd393a1d909cdb0ed8dae
parent63b71e8877287f1392ce62086f3c4edea5e7ced2
build pictures
26 files changed:
app/controllers/panel_pictures_controller.rb
app/controllers/pictures_controller.rb [new file with mode: 0644]
app/controllers/resource_pictures_controller.rb
app/controllers/standard_licenses_controller.rb
app/helpers/pictures_helper.rb [new file with mode: 0644]
app/models/panel_picture.rb
app/models/picture.rb
app/models/resource_picture.rb
app/models/standard_license.rb
app/views/pictures/credit.html.erb [new file with mode: 0644]
app/views/resource_pictures/_form.html.erb
app/views/resource_pictures/credit.html.erb [new file with mode: 0644]
app/views/resource_pictures/index.html.erb
app/views/resource_pictures/show.html.erb
app/views/standard_licenses/_confirm.html.erb
app/views/standard_licenses/_credit.html.erb
db/migrate/20120713230519_add_credit_data.rb [new file with mode: 0644]
spec/controllers/panel_pictures_controller_spec.rb
spec/controllers/panels_controller_spec.rb
spec/controllers/pictures_controller_spec.rb [new file with mode: 0644]
spec/factories.rb
spec/helpers/pictures_helper_spec.rb [new file with mode: 0644]
spec/models/panel_picture_spec.rb
spec/models/picture_spec.rb
spec/models/resource_picture_spec.rb
spec/models/standard_license_spec.rb