brightcontent-core 2.4.2 → 2.4.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8acdd49c21679b899f1c8ee2359f9fb86936ac0
|
4
|
+
data.tar.gz: 4b6e049150634a10758714f7d263d4f7349e07a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6005aa4c644aa33ec2ef64b1293d7abc9f0e0fba42e1238774f636e1a343c17bf9e5dc9c7c2d13d727036532caa3a2dfd5592c7c093fb8d0b192ec2d9bd9770
|
7
|
+
data.tar.gz: 0fc25f1c9a94782e831a5094e3b708be1ec705eedcf25076371c203eb7ac1d9d27634e2f524e14589c43abdb4f25157ca3cfad848842f4b1bd12a3a8938c3e16
|
@@ -1,8 +1,8 @@
|
|
1
1
|
module Brightcontent
|
2
2
|
class ApplicationController < ActionController::Base
|
3
3
|
add_flash_types :success, :info, :warning, :danger
|
4
|
-
|
5
|
-
|
4
|
+
before_action :authorize
|
5
|
+
before_action :set_locale
|
6
6
|
helper TranslationHelper
|
7
7
|
protect_from_forgery
|
8
8
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brightcontent-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Developers at Brightin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|