OSDN Git Service

add new model
authoryasushiito <yas@pen-chan.jp>
Sun, 17 Jun 2012 06:11:20 +0000 (15:11 +0900)
committeryasushiito <yas@pen-chan.jp>
Sun, 17 Jun 2012 06:11:20 +0000 (15:11 +0900)
commit3ff41e8efb38871030a1dfc3203821e3d2be20ba
tree0c39d6ff771b549a37d6affbf1e76170217dc27b
parent9b136ce5517fc8fef3fa4d4a235c346c0595a45c
add new model
17 files changed:
app/assets/stylesheets/license_group.css.scss [new file with mode: 0644]
app/assets/stylesheets/resource_picture_license.css.scss [new file with mode: 0644]
app/controllers/license_group_controller.rb [new file with mode: 0644]
app/controllers/resource_picture_license_controller.rb [new file with mode: 0644]
app/helpers/license_group_helper.rb [new file with mode: 0644]
app/helpers/resource_picture_license_helper.rb [new file with mode: 0644]
app/models/license_group.rb [new file with mode: 0644]
app/models/resource_picture_license.rb [new file with mode: 0644]
db/migrate/20120617054342_create_license_groups.rb [new file with mode: 0644]
db/migrate/20120617055928_create_resource_picture_licenses.rb [new file with mode: 0644]
db/schema.rb
spec/controllers/license_group_controller_spec.rb [new file with mode: 0644]
spec/controllers/resource_picture_license_controller_spec.rb [new file with mode: 0644]
spec/helpers/license_group_helper_spec.rb [new file with mode: 0644]
spec/helpers/resource_picture_license_helper_spec.rb [new file with mode: 0644]
spec/models/license_group_spec.rb [new file with mode: 0644]
spec/models/resource_picture_license_spec.rb [new file with mode: 0644]