OSDN Git Service

ソーシャル連携実装(merge from development2 branch) 2.1.3
authorTaro Matsuzawa aka. btm <btm@tech.email.ne.jp>
Wed, 5 Oct 2011 08:41:11 +0000 (17:41 +0900)
committerTaro Matsuzawa aka. btm <btm@tech.email.ne.jp>
Wed, 5 Oct 2011 08:43:02 +0000 (17:43 +0900)
commit485fea875511d59bd7b5fd63aec93cfd969e34d1
treec7621e8757d736a76866dba93c950f1e0d3a3f23
parent8c7469cc7427c0cbf9b76bbd2882a440ff19d2b8
ソーシャル連携実装(merge from development2 branch)
18 files changed:
app/controllers/admin/socials_controller.rb [new file with mode: 0644]
app/controllers/products_controller.rb
app/helpers/product_helper.rb
app/models/shop.rb
app/models/social.rb [new file with mode: 0644]
app/views/admin/base/_shop_submenu.html.erb
app/views/admin/socials/_form.html.erb [new file with mode: 0644]
app/views/admin/socials/_submenu.html.erb [new file with mode: 0644]
app/views/admin/socials/index.html.erb [new file with mode: 0644]
app/views/layouts/admin/base.html.erb
app/views/products/show.html.erb
config/locales/translation_ja.yml
config/routes.rb
db/migrate/20110819043121_create_socials.rb [new file with mode: 0644]
db/migrate/20111003000000_add_data_functions_socials.rb [new file with mode: 0644]
public/javascripts/admin/social.js [new file with mode: 0644]
spec/fixtures/socials.yml [new file with mode: 0644]
spec/models/social_spec.rb [new file with mode: 0644]