rao-resources_controller 0.0.8.pre → 0.0.9.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/rao/resources_controller/base.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 729adfd9b545d8450cf4641bc6e9ea8dba12f965
|
4
|
+
data.tar.gz: 9361630e41f7ae124c5b9571f66d612e25124a19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb5b3f46e50fabf485660dffa967530a7af66a00b146d069410b6302afa18bbecd7d89211975a175f75d1a68374c14cff431666e2355448b3284b4d4d5dd7025
|
7
|
+
data.tar.gz: 1f8fe27146e05e6628a4b7e96a7d5f9ddae27a5397f16f87b7641cc72b8e9d0d73514b032dbbc5ae14638802aef4201df0db0d06702e07bae10a50d5ef17eaed
|
@@ -1,6 +1,6 @@
|
|
1
1
|
module Rao
|
2
2
|
module ResourcesController
|
3
|
-
class Base <
|
3
|
+
class Base < Rao::ResourcesController::Configuration.resources_controller_base_class_name.constantize
|
4
4
|
include RestActionsConcern
|
5
5
|
include ResourcesConcern
|
6
6
|
include RestResourceUrlsConcern
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rao-resources_controller
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9.pre
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roberto Vasquez Angel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rao
|