rest_area 2.1.0 → 2.1.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: b7ddacb4e8cc560d42e798fa02371c760c259e5f
4
- data.tar.gz: 3b1a92684187bdd3846c48bbdb67651b6114d9f2
3
+ metadata.gz: fea079b226cbb5be738fd50840d25d4b75091782
4
+ data.tar.gz: eb287118d1a6141fd11ce0e5557c30c1d4efc118
5
5
  SHA512:
6
- metadata.gz: ecf738c6d571330ac91a4a1cf26e185a793a3ac46880054b68e6ea0335245d54cc292fafbb4f98406cd08cc6cd497a2378fce7cee0b6b1471844efe6967f6cdd
7
- data.tar.gz: 66d189e4ca9163789a9f394e31d573746878a71e156b03a2bbd0b1ff0e8f85ec69a768713fca968655f33848ff2d4e27f778e455eaeafd85bd17d628601baf50
6
+ metadata.gz: dbc0b9c423c107df330f2598508e9a463fcdda57697446edb80b0947a749bdeebb3a38c6b3f764d5dcbba50e9db24f6bf4083d403bdf26f835041d1c1cad7dcb
7
+ data.tar.gz: deed1ddffb89ce9bbbc53c010a7b7a657f185f2e0fd9e8000f3aa36866fa9dc8ca6c58b976e083f8bb0a8ed9f65de7df22205004b834bf8323c5741ec9c6dcf6
@@ -1,5 +1,5 @@
1
1
  module RestArea
2
- class ApplicationController < ::ApplicationController
2
+ class ApplicationController < ::ApplicationController
3
3
 
4
4
  private
5
5
 
@@ -1,5 +1,5 @@
1
1
  module RestArea
2
- class MessageController < ApplicationController
2
+ class MessageController < ::RestArea::ApplicationController
3
3
  include GetsKlass
4
4
  before_filter :get_message, :set_message_class, :set_message_serializer
5
5
 
@@ -1,5 +1,5 @@
1
1
  module RestArea
2
- class RestController < ApplicationController
2
+ class RestController < ::RestArea::ApplicationController
3
3
  skip_before_filter :verify_authenticity_token
4
4
  include GetsKlass
5
5
  before_filter :set_class_serializer
@@ -1,3 +1,3 @@
1
1
  module RestArea
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rest_area
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Guest