OSDN Git Service

add Picture
authoryasushiito <yas@pen-chan.jp>
Tue, 3 Jul 2012 09:54:36 +0000 (18:54 +0900)
committeryasushiito <yas@pen-chan.jp>
Tue, 3 Jul 2012 09:54:36 +0000 (18:54 +0900)
commitc952cb16dc5e99208d9b520fa95076092af5edde
tree3eaea48f4529bbbe3bf89f36e807f1ab0d5520a8
parentf8cd0347c685363a6ab296ca5bcf42c158e5e25f
add Picture
25 files changed:
app/assets/javascripts/original_picture_license_groups.js.coffee [deleted file]
app/assets/stylesheets/standard_licenses.css.scss [new file with mode: 0644]
app/controllers/resource_pictures_controller.rb
app/controllers/standard_licenses_controller.rb [new file with mode: 0644]
app/helpers/standard_licenses_helper.rb [new file with mode: 0644]
app/models/picture.rb [new file with mode: 0644]
app/models/standard_license.rb [new file with mode: 0644]
app/views/resource_pictures/_form.html.erb [new file with mode: 0644]
app/views/resource_pictures/new.html.erb [new file with mode: 0644]
app/views/resource_pictures/new.js.erb [new file with mode: 0644]
app/views/standard_licenses/_form.html.erb [new file with mode: 0644]
app/views/standard_licenses/new.html.erb [new file with mode: 0644]
app/views/standard_licenses/new.js.erb [new file with mode: 0644]
config/routes.rb
db/migrate/20120701101503_create_standard_licenses.rb [new file with mode: 0644]
db/migrate/20120703091854_rp_join_rp_license.rb [new file with mode: 0644]
db/migrate/20120703094658_create_pictures.rb [new file with mode: 0644]
db/standard_license.json [new file with mode: 0644]
spec/controllers/original_picture_license_groups_controller_spec.rb
spec/controllers/standard_licenses_controller_spec.rb [new file with mode: 0644]
spec/factories.rb
spec/helpers/standard_licenses_helper_spec.rb [new file with mode: 0644]
spec/models/picture_spec.rb [new file with mode: 0644]
spec/models/resource_picture_spec.rb
spec/models/standard_license_spec.rb [new file with mode: 0644]