comable_backend 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ca8267bcc1518556a807dafb17a9958b8f8744e
4
- data.tar.gz: 323662d9d997ec5cdb10350c6d87b5d6b3b2e50b
3
+ metadata.gz: 1708daaa38a0ca116a9b2b1e263b58d92a78830a
4
+ data.tar.gz: 28fd6664d94408b76ccc68a50d0919050fe83d53
5
5
  SHA512:
6
- metadata.gz: 554f1985fec57b836b89f89095502d8a4b4cddcd2a9b7863c7f4da7dc2e42df81f1b70d62837d9a46183b24281bacd718f76327883472b15ea1b506f3378198c
7
- data.tar.gz: 14aa052091837b0d69c49fd1698319f760ec7bfce98a7ec434681098bcedccef65fa5e23c16157a2a2576461547e3a8b01b0b90d909763389903f69aeb98b5db
6
+ metadata.gz: 35b32a8caebb8b45bb0ed589c4d1260f4b1d78371657a4df89e835fddd62c9d238552edf5d7233b3556504fd92a3f77a26d5a55dbc6b9890174a93b501ff008b
7
+ data.tar.gz: 0ef4d04c42f621b5e7f9a4210ee9e2a8ef58296eb64fb6a9f4a92cac81bdc8125a5287ab0e420829ba637f372d75cbf3f147c0f6384bca9ff2f097568f153e2a
@@ -2,7 +2,7 @@ require_dependency 'comable/admin/application_controller'
2
2
 
3
3
  module Comable
4
4
  module Admin
5
- class ProductsController < ApplicationController
5
+ class ProductsController < Comable::Admin::ApplicationController
6
6
  def index
7
7
  @products = Comable::Product.all
8
8
  end
@@ -2,7 +2,7 @@ require_dependency 'comable/admin/application_controller'
2
2
 
3
3
  module Comable
4
4
  module Admin
5
- class ShipmentMethodsController < ApplicationController
5
+ class ShipmentMethodsController < Comable::Admin::ApplicationController
6
6
  # GET /admin/shipment_methods
7
7
  def index
8
8
  @shipment_methods = Comable::ShipmentMethod.all
@@ -2,7 +2,7 @@ require_dependency 'comable/admin/application_controller'
2
2
 
3
3
  module Comable
4
4
  module Admin
5
- class StoreController < ApplicationController
5
+ class StoreController < Comable::Admin::ApplicationController
6
6
  # GET /admin/store
7
7
  def show
8
8
  @store = Comable::Store.first
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comable_backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - YOSHIDA Hiroki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-28 00:00:00.000000000 Z
11
+ date: 2014-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: comable_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.0
19
+ version: 0.2.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.2.0
26
+ version: 0.2.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement