think_feel_do_engine 3.15.0 → 3.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98cd362cdd365ee781003dd4ac033d0e66818a13
|
|
4
|
+
data.tar.gz: 9d953e3770991efb7990311e261918c50ea7df4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 599ec1b68ef5fe36783b364fcf795c70131e051eab30fedc021920a0255f5f17f8d0c11c983a0c5c9bf1c095b42cd3c2f1a32b99473cfd88b26f48c942509789
|
|
7
|
+
data.tar.gz: 48109709021c70f1cb0485f1d39c3e1b94444c456bb0970500881a67d5f6eed0f606aa12a0207f51157813343af1dacc2430dfa316092ffeabf60306df379e4d
|
|
@@ -5,10 +5,11 @@ module ThinkFeelDoEngine
|
|
|
5
5
|
# Users can view groups to CRUD and assign slideshows
|
|
6
6
|
class GroupsController < ApplicationController
|
|
7
7
|
before_action :authenticate_user!, :set_arm
|
|
8
|
-
load_and_authorize_resource except: :edit_tasks
|
|
9
8
|
rescue_from ActiveRecord::RecordNotFound, with: :record_not_found
|
|
10
9
|
|
|
11
10
|
def index
|
|
11
|
+
authorize! :index, Group
|
|
12
|
+
@groups = Group.all
|
|
12
13
|
end
|
|
13
14
|
|
|
14
15
|
def edit_tasks
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: think_feel_do_engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.15.
|
|
4
|
+
version: 3.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Carty-Fickes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|